Help for this page

Select Code to Download


  1. or download this
    use Getopt::Long;
    use Pod::Usage;     # if you have documentation embedded is better
    ...
           exit;                                             # now you can
    + exit or die with yet another error string
    }