- or download this
package TrigCalc;
...
}
1;
- or download this
use warnings;
use strict;
...
# support subroutines ##############################################
# none for now
- or download this
c:\@Work\Perl\monks\thechartist>perl TrigCalc.t
ok 1 - use TrigCalc;
...
1..34
ok 35 - no warnings
1..35
- or download this
sub reduce {
...
return $degs, $mins, $secs;
}