Help for this page

Select Code to Download


  1. or download this
    sub usage { pod2usage(-exitval => 1, -verbose => 0); }
    sub help  { pod2usage(-exitval => 0, -verbose => 0); }
    ...
       # Show help and exit with error.
       usage();
    }