Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    ...
    Option v does not take an argument
    Option h does not take an argument
    { actdir => 7, altitude => 6, carriers => 1, legend => 5, num_tp => 2 
    +}
    
  2. or download this
    #!/usr/bin/perl --
    use strict;
    ...
    altitude=6
    Can't open '$optsRef->{altitude}' for reading: 'Invalid argument' at m
    +oresubs1184355-002.pl line 29
    
  3. or download this
    Beam_Hystersis( $workbook, $filename, $optsRef );
    ...
    ...
        $worksheet->write( ... );
        ...;
    }