MoshiachNow
IS-IT--Management
HI,
trying to print to FILE1 (default) and TEMP,results in error.I would expect that it should print to both filehandles with the same format $~ ....
select FILE1;
$~ = EventLogFormat;
open TEMP,">TEMP";
write ;
write TEMP;
#####################
error:
Undefined format "TEMP" called at D:\DOcuments\Ripro\AIX\myscripts\pod_check.pl line 181.
Appreciate any advise.
Long live king Moshiach !
trying to print to FILE1 (default) and TEMP,results in error.I would expect that it should print to both filehandles with the same format $~ ....
select FILE1;
$~ = EventLogFormat;
open TEMP,">TEMP";
write ;
write TEMP;
#####################
error:
Undefined format "TEMP" called at D:\DOcuments\Ripro\AIX\myscripts\pod_check.pl line 181.
Appreciate any advise.
Long live king Moshiach !