Help for this page

Select Code to Download


  1. or download this
    #Print useage info
    sub useage {
    ...
    
    # Get our options from the commandline; print options if not correct
    &usage if not (GetOptions('pass=s' => \$pass, 'user=s' => \$user, 'con
    +fig=s' => \$config_file));