Help for this page

Select Code to Download


  1. or download this
    print   $cgi->header(-cache_control=>"no-cache, no-store, must-revalid
    +ate"), # create the HTTP header
                    $cgi->start_html(-title=>"$title",
                    -author=>'webmaster at digioso.org',
                    -meta=>{long list of meta information here.........,
                    -style=>{'src'=>'http://www.digioso.org/style.css'}); 
    +# start the HTML
    
  2. or download this
    #!/usr/bin/perl -w
    
    use warnings;
    ...
    
    DB::close_db();
    exit 0;
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    }
    
    exit 0;
    
  4. or download this
    #!/usr/bin/perl -w
    
    use warnings;
    ...
    }
    
    1;