So something like the following (which doesn't reproduce the error in this case, but gives you an idea of what can happen):
Dave.use Carp; @a = (1,2); foo(@a); sub foo { @a = (); Carp::cluck(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Bizarre copy of ARRAY in sassign at /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Apache/perl5db.pl line 3731
by PerlOnTheWay (Monk) on Aug 22, 2011 at 15:31 UTC | |
by dave_the_m (Monsignor) on Aug 22, 2011 at 15:49 UTC | |
by PerlOnTheWay (Monk) on Aug 23, 2011 at 01:28 UTC |