Help for this page

Select Code to Download


  1. or download this
    ## index.cgi
    use strict;
    ...
      # default action
      view($cgi_target, $cgi_searchterm);
    }
    
  2. or download this
    ## index.cgi
    use strict;
    ...
    use MyPackage::Edit;
    use MyPackage::Find;
    yadda yadda