Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use Private;
    
    #call a bunch of things to make a page
    
  2. or download this
    # This is a private namespace where all modules get loaded.
    # Warning: Don't put any 'use' statements that depend on Exporting int
    +o a namespace you will actually use in the programs.
    ...
    use CGI;
    use DBI;
    # etc., loads lots of modules