Stop Microsoft

Miscellaneous => Programming & Networking => Topic started by: Canadian Lover on 8 July 2003, 03:52

Title: It seems nobody here knows perl, but, could you help me?
Post 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:
 
Code: [Select]

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

Title: It seems nobody here knows perl, but, could you help me?
Post by: flap on 8 July 2003, 14:32
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.
Title: It seems nobody here knows perl, but, could you help me?
Post by: jasonlane on 12 July 2003, 19:07
Perl......yuck!