Ask a Question related to PERL Miscellaneous, Design and Development.
-
Thens #1
Re: Using filehandle many times
On 29 Jun 2003 23:43:42 -0700
[email]cdcer@hongkong.com[/email] (ABC) wrote:
In such cases, 'use diagnostics' might help you with what exactly you>print on closed filehandle main::DST at tempQGen line 71, <SRC> chunk
>28.
>
>I understand the meaning of this error message, but I want to know how
>to solve it?
need to do.
>How could I open and close this filehandle many times inside a
>for-loop? Or how could I clear the filehandle?
This is a FAQ and is covered in the perl documentation.
perldoc -q "filehandle local"
Regards,
Thens.
Thens Guest
-
(ANNOUNCE) Crypt::FileHandle
All, I have a module that I've written and still tweaking, but I would like to upload it to CPAN to make it available to everyone. I believe it... -
closed filehandle
Hello when I run the code below I get readline() on closed filehandle DATA at practice.plx line 6. #!/usr/bin/perl use warnings; use... -
FILEHANDLE to print to nothing
Howdy, I am benchmarking some stuff that does multiple print staements. What I'd like to do is print to a file handel so ethat the stuff I'm... -
filehandle to variable problem
Hello all, i try to store filehandle in variable (as described in perl cookbook for instance) and i am not able to use the variable afterwards.... -
first.pl | second.pl with ARGV filehandle ?
>>>>> "s" == stu7 <stuseven@hotmail.com> writes: s> + perl first.pl | perl second.pl something, something ARGV fh ? s> This is what I've seen...



Reply With Quote

