if you want an explicit file handle, you'll have to do something like the
following:
open O, ">out.txt";
print O "whatever it is you need to print\n";

however, you can just reopen STDOUT and point it to a log file or something
rather then the default (display)
So i'm not sure i see the problem in your below email... take a look at
perldoc perlopentut i think it should explain any unclarities

hth,
Jos Boumans


----- Original Message -----
From: "VeeraRaju_Mareddi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 23, 2001 8:56 AM
Subject: Filehandles


> Dear All
>
> 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
>
> Thanx and Regards
> Rajuveera
>

Reply via email to