in reply to Re: Taint mode trap from Perl 5.6 to 5.8
in thread Taint mode trap from Perl 5.6 to 5.8
I wish you were right, but this isnīt it yet. I checked them all and, for an extra check now, I replaced it with a typed value:
And it still doesnīt work...my $msg = MIME::Lite->new( To => "$emailsite", From => "me\@host.com", Subject => "Contato >> $assunto", Type => 'text/html', Data => "$html" ); $msg->send();
I even replaced THEM ALL with typed values and didnīt work either!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Taint mode trap from Perl 5.6 to 5.8
by PodMaster (Abbot) on Sep 16, 2005 at 02:36 UTC | |
by Andre_br (Pilgrim) on Sep 16, 2005 at 02:48 UTC | |
by fizbin (Chaplain) on Sep 16, 2005 at 12:04 UTC | |
by Anonymous Monk on Sep 16, 2005 at 19:10 UTC |