in reply to
Creating a reference to a core function
my $ref= sub { warn @_; };
[download]
-
tye
Comment on
Re: Creating a reference to a core function (closures)
Download
Code
In Section
Seekers of Perl Wisdom