| Text-NASA_Ames documentation | Contained in the Text-NASA_Ames distribution. |
Text::NASA_Ames::FFI3010 - Implementation of FFI3010 NASA_Ames format
This class should normally not be called directly but through the Text::NASA_Ames class indirectly. It completely inherits from Text::NASA_Ames::FFIx010.
$Id: FFI3010.pm,v 1.1 2004/02/18 09:25:04 heikok Exp $
Heiko Klein, <H.Klein@gmx.net>
| 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__