- or download this
my $code=sub{print "hi\n";};
&{$code};
- or download this
my $var='hi';
my $ref=\$var;
${$ref}='there';
print "$var\n";
- or download this
if ( $tkxfsr->{after}{$afterid}{sub}) {
print 'sub:'.$tkxfsr->{after}{$afterid}{sub}."\n";
&{$tkxfsr->{after}{$afterid}{sub}}();
&{$tkxfsr->{after}{$afterid}{sub}};
}
- or download this
encapulated sub=0
SCMD 1527954135_123_c1 hi
...
sub:CODE(0x9cdda24)
LIST 1527954135_123_c1 hi 4----------
LIST 1527954135_123_c1 hi 5----------