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'?

how about
print $_ "hello" for (\*TEMP, \*LOGFILE);

Carter's compass: I know I'm on the right track when by deleting something, I'm adding functionality.

  • Comment on Re: Answer: Is it possible to write to 2 files, eg. print LOGFILE,TEMP 'hello'?
  • Download Code