Help for this page

Select Code to Download


  1. or download this
    use Getopt::Long;
    Getopt::Long::Configure('bundling');
    ...
    if ($options{LongName}) {
      # do something with $options{LongName}
    }
    
  2. or download this
    prog.pl --longname something
    
  3. or download this
    prog.pl -L something