The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:Sub-Clone clone"

Sub::Clone - Clone subroutine refs for garbage collection/blessing purposes River stage one • 2 direct dependents • 3 total dependents

A surprising fact about Perl is that anonymous subroutines that do not close over variables are actually shared, and do not garbage collect until global destruction: sub get_callback { return sub { "hi!" }; } my $first = get_callback(); my $second = ...

NUFFIN/Sub-Clone-0.03 - 14 Sep 2008 15:47:06 UTC
1 result (0.019 seconds)