T
toylet
my $rf = \&{"afunction"};
I could call the function by $rf->(0) or &{$rf};
Is there a $rf->(1)?
Which chapter in perldoc should I read to learn more on this infix
thing? perlop didn't talk much.
I could call the function by $rf->(0) or &{$rf};
Is there a $rf->(1)?
Which chapter in perldoc should I read to learn more on this infix
thing? perlop didn't talk much.