At 4:08 PM +0800 4/2/12, lina wrote:
I wish there is an alternative way in linux without installing use
Mail::Sendmail;

on bash I used

mail lina.lastn...@gmail.com < report.txt

If that works for you on your system, then just execute the same thing using system:


system('mail lina.lastn...@gmail.com < report.txt');


Check 'perldoc -f system' for error checking methods.


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to