Here's a snippet I wrote to test code references.
my $f = sub {
my $a = shift;
&$a();
};
&$f( sub { print "hej\n"; } );
no·mol·o·gy n.
The study and discovery of general physical and logical laws.
Here's a snippet I wrote to test code references.
my $f = sub {
my $a = shift;
&$a();
};
&$f( sub { print "hej\n"; } );