in reply to Wierd filehandle call
use IO::Handle; # time passes local *LOGFILE; open (LOGFILE, ">> $logFid") or die "Cannot write $logFid: $!"; LOGFILE->autoflush(); *STDERR = *LOGFILE; return (*LOGFILE, $logDate);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re2: Wierd filehandle call
by tye (Sage) on Apr 04, 2001 at 22:10 UTC | |
by tilly (Archbishop) on Apr 04, 2001 at 22:34 UTC | |
by tye (Sage) on Apr 04, 2001 at 22:43 UTC |