Help for this page

Select Code to Download


  1. or download this
    use strict;
    package A;
    {
    ...
        our %OPT;
        # ...
    }
    
  2. or download this
    my %OPT= ( ... );
    sub getopts {
        # Global( =%OPT );