Help for this page

Select Code to Download


  1. or download this
    sub read_quotes {
            open (QUOTES, "< $basedir$quotefile") || die "No quotes file!"
    +;
    ...
            }
            close QUOTES;
    }
    
  2. or download this
    for ($i = $min; $i <= $max; $i++) {
       print $quotes[$i];
    }
    
  3. or download this
    script starts
       if no arguements
    ...
            parse user entry and concatonate
             to end of guestbook file
    script ends