Help for this page

Select Code to Download


  1. or download this
    sub main
    {
       # read arguments
    ...
        ...
       # exit
    }
    
  2. or download this
    sub main
    {
       my %args = read_arguments();
    ...
       write_output( $data, \%args );   
       cleanup( $file, \%args );
    }