Help for this page

Select Code to Download


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