in reply to Re: Re: remove multiple indexes from an array
in thread remove multiple indexes from an array
Run the following from a file. Run it from an eval.
Yes, this is a bug. Fixed in bleadperl. :-)use strict; my @strange = (explain => "this"); print @strange;
|
|---|