Help for this page

Select Code to Download


  1. or download this
    # here is the web page.
    package WebPageOne;
    ...
    </head>
    }
    1;
    
  2. or download this
    #!/usr/bin/perl
    # webpageone.cgi
    ...
    my $x = WebPageOne->new()
    
    print $x->html;
    
  3. or download this
    package ModPerlPageOne;
    
    ...
        return OK;
    }