Help for this page
use warnings; use strict; ... push @p , [ 1 , 2 ]; push @{ $p } , [ 3 , 4 ]; push @{ @p } , [ 5 , 6 ];
LISTOP (0x875ffa8) leave [1] OP (0x86ed188) enter ... OP (0x86f3ba0) pushmark SVOP (0x86f3f10) const [12] IV (0x8753e8c) 5 SVOP (0x86f3fc0) const [13] IV (0x8753e80) 6