Help for this page

Select Code to Download


  1. or download this
    use Bar;
    use CGI;
    our $q = CGI->new();
    
    Bar::do_stuff(\$q);
    
  2. or download this
        
    sub do_stuff {
    ...
        close(FH);
        return;
    }