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
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
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?
**
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
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