> I want STDOUT to be sent to a FILESHANDLE. I have a script writing
output
> DISPLAY..But I wanna this to be going into a file through FILEHANDLES
..
>
> Ur Help is Highly APPRECIATED
Well I'll SEE if I can HELP YOU.
open(STDOUT, ">foo") or die "can't redirect STDOUT: $!";
HOPE THIS HELPS.
(Please don't use allcaps so liberally. It is like SHOUTING
for no good reason, and it's quite distracting to many readers.)
- Filehandles VeeraRaju_Mareddi
- Re: Filehandles David Monarres
- Re: Filehandles Me
- Re: Filehandles Jeff 'japhy' Pinyan
- Re: Filehandles Jos I. Boumans
