Help for this page

Select Code to Download


  1. or download this
    [root@wsprod01 myperl]# ./test.pl --domain google.com --client google
    Usage: ./test.pl --domain companydomain.com --client company [--job-co
    +de 12345] [--help].
    
  2. or download this
    GetOptions (
         'domain=s' => \$domain,
    ...
         'job-code:i' => \$job_code,
         'help' => &usage()
     ) or &usage();