On Tuesday 09 April 2002 09:22 pm, p satheesh kumar wrote: > Dear Mr. Brain > > Thanks for your immediate response. I tried with what you have > suggested. But it is still giving error message as "can't find > string terminator "'" anywhere before EOF at friend.pl line 51". > Can you please suggest me what I have to do? > > ******************************************************** --SNIP-- > print $q->start_html(-title=>'Tell a Friend' -BGCOLOR=>'white); --SNIP--
Assuming that this is an EXACT(i.e. cut and paste) copy of your script, your problem appears to be with the line above. You opened the single quote before 'white', but failed to close it. -- Michael D. Risser Software Engineer rm -rf /bin/laden -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]