[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to get a QuickScan scanner to read a whole file in one call?
From: |
Steven Knight |
Subject: |
Re: How to get a QuickScan scanner to read a whole file in one call? |
Date: |
Wed, 25 Jul 2001 13:07:46 -0500 (CDT) |
> | > What I'd like to do is have my QuickScan function read the whole file.
> | > The trouble is that I can't seem to read from the SCAN filehandle. When
> | > I do so, perl -w says
> | >
> | > Read on closed filehandle <SCAN> at Construct line 14.
> |
> | Try scan::quickscan::SCAN instead.
>
> Thanks! That fixed it. The man page needs updating, though.
Or Cons should be fixed to make the SCAN filehandle available in the
package in which the QuickScan function is executed.
--SK