- or download this
use B qw(class svref_2object);
$\ = "\n";
my $rand = rand;
...
sub mutate {
(svref_2object($_[0])->PADLIST->ARRAY)[1]->object_2svref->[1] = ra
+nd
}
- or download this
use B qw(class svref_2object);
use Data::Dumper;
...
@a;
print Dumper( @a );
- or download this
$VAR1 = [
bless( do{\(my $o = 1)}, 'B::SPECIAL' ),
\'$k'
...
[],
\'0.716383141555951'
];