- or download this
use strict;
...
}
print "After For\n";
- or download this
paul@paul-laptop:~$ perl foo
SubRef ok 135976352
...
END
DESTROY CircularRef
DESTROY CircularRef
- or download this
my $self = $copy = bless(sub :lvalue { $copy->ok; my $n }, $cla
+ss);