in reply to Re: Re: Re: MIME Errors
in thread MIME Errors

It's pointing out variables that you only use once. It even tells you which ones.

This is usually an error, as why would you store a value in a variable and not use it again?

--
<http://www.dave.org.uk>

"The first rule of Perl club is you don't talk about Perl club."

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: MIME Errors
by Anonymous Monk on Nov 23, 2001 at 18:35 UTC
    Hi Dave, thanks for replying, i have recitified that and it is the bit under which is causing the problem, whenever i send an email to my server, which is piped to this script - i get that back in a failure notice..

    Im really not sure why