in reply to Re: Strict error on var when using Mail::SendMail
in thread Strict error on var when using Mail::SendMail
That doesn't work for two reasons.
The solution is to eliminate the warning (using no warnings 'once'; for example), since there's no diagnostic message if there's no warning.
|
|---|