Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    Navi2::print_navi($cgi);
    print "test";
    Navi2::end_navi($cgi);
    
  2. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
        my $cgi = shift;
        print $cgi->end_html;
    }