Re: Array Handling

2002-09-24 Thread Felix Geerinckx
on Tue, 24 Sep 2002 13:46:32 GMT, Rohit Mishra-R53658 wrote: > Is there any way to open a "handle" to an array as we open a handle > to a file?? The condition being we can use that "array handle" > everywhere we can use a file handle http://search.cpan.org/author/ERYQ/IO-stringy-2.108/lib/I

Re: Array Handling

2002-09-24 Thread david
Rohit Mishra-R53658 wrote: > Hi all, > > Is there any way to open a "handle" to an array as we open a handle to a > file?? The condition being we can use that "array handle" everywhere we > can use a file handle > why would you want to do that? to save yourself not having to move the whol

Re: Array Handling

2002-09-24 Thread James Edward Gray II
I think you're looking for: push @array, $elements, $to, $add; On Tuesday, September 24, 2002, at 08:34 AM, Rohit Mishra-R53658 wrote: > Hi all, > > Is there any way to open a "handle" to an array as we open a handle to > a > file?? The condition being we can use that "array handle" everywhe