Re: [perl #23076] Parrot Array

2003-07-23 Thread Andy Bussey
--- Andy Bussey <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Andy Bussey > # Please include the string: [perl #23076] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt2/Ticket/Display.html?id=23076 > > > I assume it should be possible to

Re: [perl #23076] Parrot Array

2003-07-23 Thread Dan Sugalski
At 5:45 PM + 7/21/03, Andy Bussey (via RT) wrote: # New Ticket Created by Andy Bussey # Please include the string: [perl #23076] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23076 > I assume it should be possible to push

Re: [perl #23076] Parrot Array

2003-07-22 Thread Will Coleda
Yah, I kind of expected that as well the first time I started looking at the array classes, but if you check: perldoc docs/pmc/array.pod and search for "out-of-bounds", you'll see it's working as advertised. If you want an array that grows automatically, PerlArray will do that: perldoc docs/p

Re: [perl #23076] Parrot Array

2003-07-22 Thread Bryn
On Monday 21 Jul 2003 6:45 pm, Andy Bussey (via RT) wrote: > # New Ticket Created by Andy Bussey > # Please include the string: [perl #23076] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt2/Ticket/Display.html?id=23076 > > > > I assume it should b

[perl #23076] Parrot Array

2003-07-21 Thread via RT
# New Ticket Created by Andy Bussey # Please include the string: [perl #23076] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23076 > I assume it should be possible to push something on to an empty Array, but it doesn't wor