Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    use strict;
    ...
          ($ARGV[0] + $ARGV[1] + 1) / 2
      )
    }
    
  2. or download this
    #!/usr/bin/perl -l
    use strict;
    ...
    sub HELP_MESSAGE { 
      print $help 
    }