Try:
http://search.cpan.org/~kenshan/IO-Tee-0.64/Tee.pm
-smd
+++ Harry Putnam [12/12/04 14:02 -0600]:
> Duplication alert: I hope this isn't a duplicate but I think something
> strange happened to my first try
>
> ===
> Something I've wanted a few times was a way to write to two places at
> once
I'm just a beginner in Perl, but I use cron and use Net::Ping for the hosts. I
have something similar using perl's DBI to test oracle:
ie,
use DBI;
$ENV{'ORACLE_SID'}="dummy";
$ENV{'ORACLE_HOME'}="/shared/oracle/product/root1";
yada
use DBI;
use Net::Ping;
@hosts=('host1','host2','192.168.1.3'