Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    pod2usage(1) if $options{'help'};
    pod2usage( '-verbose' => 2 ) if $options{'man'};
    
  2. or download this
    %> myprog -based_on sn -top 5
    # or as 
    ...
    %> myprog -base sn -t 2
    # or use tht default values
    %> myprog
    
  3. or download this
    #!/usr/bin/perl
    
  4. or download this
    perldoc perltoc