Help for this page

Select Code to Download


  1. or download this
    sub readit{
        # should use a shared lock here
        open(READ,"guestbook.txt") || dienice("Couldn't open guestbook for
    + reading: $!");
    ...
        close READ:
        return split(/:/,@text);
    }
    
  2. or download this
    sub printit {
        my $query = shift;
        print $query->h2('Current Results');
    ...
            print $query->hr();
        }
    }