Help for this page

Select Code to Download


  1. or download this
    my $pass = $q->param('pass');
       if ($pass ne "jerry"){
           print "Content-type: text/html\n\n";
    ...
            print "Hey bub, stop messin' with my menu!";
            die;
            }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    
    ...
    print "The menu has been updated for you. \n";
    print "The menu for tonight is \n";
    print "$words. \n";