Help for this page

Select Code to Download


  1. or download this
    use strict
    our ($opt_h);
    getopts('h');
    
    if ($opt_h) { print 'do something'; }