Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I tried but doenst want to work:system("cat $file | mailx -s 'Title' emailaddresshere");
open(FILE, "$file"); while (<FILE>) { print | mailx -s 'Title' myemailaddresshere; }
system("/usr/sbin/ping $_");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Unix system commands to Perl
by Abigail-II (Bishop) on Jul 09, 2002 at 18:03 UTC | |
by Anonymous Monk on Jul 09, 2002 at 18:43 UTC | |
|
Re: Unix system commands to Perl
by Aristotle (Chancellor) on Jul 09, 2002 at 18:46 UTC | |
|
Re: Unix system commands to Perl
by hacker (Priest) on Jul 10, 2002 at 10:57 UTC | |
|
Re: Unix system commands to Perl
by bronto (Priest) on Jul 10, 2002 at 16:48 UTC |