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
In my experience with Perl, whenever you use the construct 'print <<"tag_name";' you need to surround it with either single quotes (') or double quotes ("). That's the only thing that I see that could be wrong. Brad Handy --www.jack-of-all-trades.net [EMAIL PROTECTED] > -Original Message--