Help for this page

Select Code to Download


  1. or download this
    require "config_file";
    $this_num=$number_from_config_file;
    ...
        $that_num=0;
    }
    #ignore this_num for the rest of the script's life.
    
  2. or download this
    $this_var = $in{"this_var"};
    $that_var = $in{"that_var"};
    ...
    .
    .
    .