RE: Undefined subroutine &main::param called

2002-07-31 Thread Kyle Babich
, July 31, 2002 1:37 PM > To: beginners-cgi > Subject: Undefined subroutine &main::param called > > > This is what shows in my error log: > Undefined subroutine &main::param called at > /home/sites/kmb/www/public_html/njindenial/index.pl line 10. > > This is like

Undefined subroutine &main::param called

2002-07-31 Thread Kyle Babich
This is what shows in my error log: Undefined subroutine &main::param called at /home/sites/kmb/www/public_html/njindenial/index.pl line 10. This is like 10: my $con = param( "con" ); What should I change? I'm not quite sure what I should do. (I have attached the entire scr