in reply to Re: Is it possible to write to 2 files, eg. print LOGFILE,TEMP 'hello'?
in thread Is it possible to write to 2 files, eg. print LOGFILE,TEMP 'hello'?
print $_ "hello" for (\*TEMP, \*LOGFILE);
Carter's compass: I know I'm on the right track when by deleting something, I'm adding functionality.