Stop Microsoft
Miscellaneous => Programming & Networking => Topic started by: Canadian Lover on 8 July 2003, 03:52
-
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.
here is the code witch contains the above errors:
[ July 07, 2003: Message edited by: The all X11 hater ]
-
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.
-
Perl......yuck!