Help for this page

Select Code to Download


  1. or download this
    {
        my %opt;
    ...
        sub opt_f { exists $opt{f} ? 1 : 0 }
        sub opt_d { exists $opt{d} ? 1 : 0 }
    }
    
  2. or download this
    {
        my %opt;
    ...
       ...
    }
    # usw, etc.