how to send mail within a script ?

2005-10-22 Thread Juan B
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

Re: how to send mail within a script ?

2005-10-22 Thread Beau E. Cox
Hi Juan B - At 2005-10-22, 01:37:53 you wrote: 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

Finding all the files in a PC

2005-10-22 Thread Andrew McHorney
Hello I am planning on developing a perl script that will find all the duplicate files (name, size and content) on a pc and remove the duplicate files. I have written a few scripts on a unix platform but non yet for a pc in a windows environment. Can someone provide a basic stub that will

Re: Finding all the files in a PC

2005-10-22 Thread Wiggins d'Anconia
Andrew McHorney wrote: Hello I am planning on developing a perl script that will find all the duplicate files (name, size and content) on a pc and remove the duplicate files. I have written a few scripts on a unix platform but non yet for a pc in a windows environment. Can someone provide a

Re: Project planning

2005-10-22 Thread Alfred Vahau
Hi, The newly released book Perl Best Practices by Dr. Damien Conway may be helpful in addition to those recommended already. Alfred, Steve Bertrand wrote: Hi everyone, This question may seem odd, but here goes anyway. I've been working at an ISP for a few years now, and have been adding

call java in perl

2005-10-22 Thread ZHAO, BING
Hi, I knew there are many ways to call java in perl or call perl in java, but I have been searching, still got nothing, does any of you know some online source about linking the two together? thanks, bing -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: call java in perl

2005-10-22 Thread Alfred Vahau
Hi, Is Inline::Java module from CPAN any help? Besides there are others at http://search.cpan.org/ Enter Java as the keyword to search for. Alfred, ZHAO, BING wrote: Hi, I knew there are many ways to call java in perl or call perl in java, but I have been searching, still got

getting authors' names right (was Re: Project planning)

2005-10-22 Thread Jeff 'japhy' Pinyan
On Oct 23, Alfred Vahau said: The newly released book Perl Best Practices by Dr. Damien Conway may be helpful in addition to those recommended already. Granted, I'm not an author, and I rarely (if ever) see my name misspelled, but as a matter of courtesy, I'd really appreciate seeing Damian

Re: getting authors' names right (was Re: Project planning)

2005-10-22 Thread Alfred Vahau
Thanks Jeff. Apologies to Dr. Conway and the Perl community for the mistake. Alfred, Jeff 'japhy' Pinyan wrote: On Oct 23, Alfred Vahau said: The newly released book Perl Best Practices by Dr. Damien Conway may be helpful in addition to those recommended already. Granted, I'm not an