Help for this page

Select Code to Download


  1. or download this
    my %opts;
    GetOptions(\%opts, 'user=s', 'pass=s', 'config=s');
    
  2. or download this
    usage() unless keys %opts;