MagicChris
Programmer
Hello,
I'm in the process of replacing a sub in a script i know works...well worked before i replaced the sub.
I know all subs called to use from this one work so that's not the problem.
Here is my error log report:
[Mon Mar 11 13:30:39 2002] [error] [client 62.252.160.4] Premature end of script headers: /home/zigwebd/public_html/temp/cgi-bin/auction.pl
Execution of /home/zigwebd/public_html/temp/cgi-bin/auction.pl aborted due to compilation errors.
Global symbol "$lowest_new_bid" requires explicit package name at /home/zigwebd/public_html/temp/cgi-bin/auction.pl line 717.
Global symbol "$lowest_new_bid" requires explicit package name at /home/zigwebd/public_html/temp/cgi-bin/auction.pl line 709.
Global symbol "$lowest_new_bid" requires explicit package name at /home/zigwebd/public_html/temp/cgi-bin/auction.pl line 690.
Global symbol "$lowest_new_bid" requires explicit package name at /home/zigwebd/public_html/temp/cgi-bin/auction.pl line 681.
Global symbol "$lowest_new_bid" requires explicit package name at /home/zigwebd/public_html/temp/cgi-bin/auction.pl line 677.
Here is a link to the whole auction script (134 kb),
Not sure why it won't work,
Thanks in advance,
Chris
I'm in the process of replacing a sub in a script i know works...well worked before i replaced the sub.
I know all subs called to use from this one work so that's not the problem.
Here is my error log report:
[Mon Mar 11 13:30:39 2002] [error] [client 62.252.160.4] Premature end of script headers: /home/zigwebd/public_html/temp/cgi-bin/auction.pl
Execution of /home/zigwebd/public_html/temp/cgi-bin/auction.pl aborted due to compilation errors.
Global symbol "$lowest_new_bid" requires explicit package name at /home/zigwebd/public_html/temp/cgi-bin/auction.pl line 717.
Global symbol "$lowest_new_bid" requires explicit package name at /home/zigwebd/public_html/temp/cgi-bin/auction.pl line 709.
Global symbol "$lowest_new_bid" requires explicit package name at /home/zigwebd/public_html/temp/cgi-bin/auction.pl line 690.
Global symbol "$lowest_new_bid" requires explicit package name at /home/zigwebd/public_html/temp/cgi-bin/auction.pl line 681.
Global symbol "$lowest_new_bid" requires explicit package name at /home/zigwebd/public_html/temp/cgi-bin/auction.pl line 677.
Here is a link to the whole auction script (134 kb),
Not sure why it won't work,
Thanks in advance,
Chris