--- Eduard Grinvald <[EMAIL PROTECTED]> wrote:
> Hey,
> 1) you don't need anything in an array to push something into it
> 2) The best way to get a file into an array is simply
     @array = FILEHANDLE

Just to be explicit, let's use an example. Assuming FILEHANDLE is in
fact the name of your filehandle, and that it's already opened, you
should be able to put the contents of a text file into @array by saying

     @array = <FILEHANDLE>;




__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to