"Armin Garcia" schreef: > hi > well i have some problems again, thats my new code: > > > #!/usr/bin/perl -w
Get rid of the -w, see perllexwarn. > #Modulos > use MIME::Lite; > use warnings; > use strict; > [...] > $attach_path="/home/agarcia/HoneyClient/To\-Email"; You have "use strict" so this won't compile. -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/