RE: new one...

2001-07-20 Thread Brent Michalski
I see a couple things here that are common mistakes that can be real hard to find if you are just starting out Also, you CAN use a here document without quoting the end tag... So that is probably not the problem... ... code ... > if ($guess = "") { OOPS! With ($guess = "") you are assi

RE: new one...

2001-07-20 Thread Bradley M. Handy
EMAIL PROTECTED] > -Original Message- > From: bc [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 19, 2001 6:04 PM > To: [EMAIL PROTECTED]; Mel Matsuoka > Subject: new one... > > > new error, darn, i wish the browser would print the errored line #, any > ideas ya

new one...

2001-07-19 Thread bc
new error, darn, i wish the browser would print the errored line #, any ideas yall? Execution of customgame.pl aborted due to compilation errors. was the error... here was my page... #!/usr/bin/perl -w use CGI::Carp qw(fatalsToBrowser); #howdy use CGI qw(param); print< customgame end_of_html