Help for this page

Select Code to Download


  1. or download this
    use Getopt::Long;
    
    ...
        error_info();
    }
    
  2. or download this
    perl -w tmp.pl --help
    
  3. or download this
    use Getopt::Long;
    
    ...
        print "Showing help\n";
        error_info();
    }