Help for this page

Select Code to Download


  1. or download this
        my %options = ( date    => prev_day( strftime( '%Y%m%d', localtime
    + )),
                        qadir   => $QADIR,
    ...
    
        pod2usage(1) if $options{'help'};
        pod2usage( '-verbose' => 2 ) if $options{'man'};
    
  2. or download this
        pod2usage( { -message => q{Mandatory argument '-file' is missing} 
    +,
                     -exitval => 1  ,
                     -verbose => 1
                   }
                 ) unless $options{file};