Text::NASA_Ames::FFI3010 - Implementation of FFI3010 NASA_Ames format


Text-NASA_Ames documentation Contained in the Text-NASA_Ames distribution.

Index


Code Index:

NAME

Top

Text::NASA_Ames::FFI3010 - Implementation of FFI3010 NASA_Ames format

SYNOPSIS

Top

DESCRIPTION

Top

This class should normally not be called directly but through the Text::NASA_Ames class indirectly. It completely inherits from Text::NASA_Ames::FFIx010.

VERSION

Top

$Id: FFI3010.pm,v 1.1 2004/02/18 09:25:04 heikok Exp $

AUTHOR

Top

Heiko Klein, <H.Klein@gmx.net>

SEE ALSO

Top

http://cloud1.arc.nasa.gov/solve/archiv/archive.tutorial.html, Text::NASA_Ames::FFIx010, NASA_Ames


Text-NASA_Ames documentation Contained in the Text-NASA_Ames distribution.
package Text::NASA_Ames::FFI3010;
use base qw(Text::NASA_Ames::FFIx010);
use Carp;

use 5.00600;
use strict;

our $VERSION = do { my @r = (q$Revision: 1.1 $ =~ /\d+/g); sprintf " %d." . "%02d" x $#r, @r };



1;
__END__