2008/10/26 AaronLS <[EMAIL PROTECTED]>:
> I am trying to modify an existing script that uses MIME::Lite->send
>
> I am trying to take any debug output and send it through a Debug
> function which goes to a log file so I can see if there is an error.
> Am I doing this correctly?:
>
> I'm not using d
I am trying to modify an existing script that uses MIME::Lite->send
I am trying to take any debug output and send it through a Debug
function which goes to a log file so I can see if there is an error.
Am I doing this correctly?:
I'm not using die because I think that sends it to stdout. The
do