Y
Hacker News
new
|
ask
|
show
|
jobs
by
draegtun
1516 days ago
Perl does have lambdas...
my $double = sub {$_[0] * 2}; $double->(5);