Miscellaneous > Programming & Networking

It seems nobody here knows perl, but, could you help me?

(1/1)

Canadian Lover:
I get the error message:
 
quote:Name "main::signpage" used only once: possible typo at guestbook.pl line 43. Name "main::link" used only once: possible typo at guestbook.pl line 126. Use of uninitialized value in numeric eq (==) at guestbook.pl line 86. Use of uninitialized value in numeric eq (==) at guestbook.pl line 86.  
--- End quote ---

here is the code witch contains the above errors:
 
--- Code: ---
--- End code ---

[ July 07, 2003: Message edited by: The all X11 hater ]

flap:
Have you tried actually looking at the line numbers suggested? For example, the "main:link" error is referring to where you've referenced a variable called $link, but you've actually declared it earlier as $linkcolor.
$num seems to be undeclared.

jasonlane:
Perl......yuck!

Navigation

[0] Message Index

Go to full version