Help for this page

Select Code to Download


  1. or download this
    # Module1
    Getopt::Long::Framework::accept(...);
    ...
    :
    # First call to getOpt processes @ARGV.
    $val = Getopt::Long::Framework::getOpt(...);
    
  2. or download this
    # Module1
    use Getopt::Long::Framework accept => ...;
    ...
    :
    # First call to getOpt processes @ARGV.
    $val = Getopt::Long::Framework::getOpt(...);