Sven Neuhaus <[EMAIL PROTECTED]> writes:

> How about
> push @lines, scalar <FILEHANDLE>, 1..$X;

If you want something that returns X lines in a way like <FH> does,
then you could use a hack like:

    @lines = map scalar<FH>,1..$X

-- 
 Peter Makholm     |              I have no caps-lock but I must scream...
 [EMAIL PROTECTED] |                                               -- Greg
 http://hacking.dk |                                                      

Reply via email to