Re: Re: Tell a friend - Help!

2002-04-10 Thread Michael D. Risser
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 sugges

Re: Tell a friend - Help!

2002-04-10 Thread Carl Franks
The first line of the script must start with the shebang #!/perl5/bin/MSwin32-x86 You should not have a comment above it, otherwise the operating system tries to use the program "Path to perl with shebang symbol" instead of the perl program Carl > > Thanks for your immediate response. I tried

Re: Re: Tell a friend - Help!

2002-04-09 Thread p satheesh kumar
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? **

Re: Tell a friend - Help!

2002-04-09 Thread Mo Holkar / UKG
Your line: >Can anybody help me? I have written the script for tell a friend. Which I >wanted to incorporate in the site. It is showing error, but I am unable to >trap the error.The error message I am getting is "Can't find string >terminator "END_OF_MESSA

Re: Tell a friend - Help!

2002-04-08 Thread Brian Smith
I've had that one ... it is quite simple when you break it down look at your code > $smtp->datasend (< From:$from_email > To:$friend_email > Subject:$subject > > # message to friend > Dear $friend, > Hi, I am referring a site http://www.xyz.com. > > They are into webdesign, hosting and deve