Help for this page

Select Code to Download


  1. or download this
    {
        package OPTS;
    ...
        our %opts;
        getopts('fs', \%opts);
    }
    
  2. or download this
    our %opts;
    *opts = \%OPTS::opts;
    if ($OPTS::opts{f}) { #do stuff }