HI,

I am trying to write a script which will send the
result of a var to mail web mail.this is what I wrote
:

#!/usr/bin/perl
#use strict;
use warnings;
my $file_listing = `/usr/bin/nmap -p 80 192.168.1.1`;

How can it be done? do I need to configure sendmail on
my linux box. please try to give a simple solutio
cause im new in perl.

thanks,

Juan


                
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to