Help for this page

Select Code to Download


  1. or download this
    sub parse_option( @conf )
    {
    ...
    
       return $option;
    }
    
  2. or download this
    # getopt-test-combination.pl
    use v5.32;
    ...
       return $option;
    }