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