in reply to
subroutine ref while "strict refs"
The
$routine->(10, 20)
can be used if $routine contains a subroutine reference, i.e.
$routine = sub { ... };
[download]
You cannot use a file name instead of a subroutine reference.
Comment on
Re: subroutine ref while "strict refs"
Select
or
Download
Code
In Section
Seekers of Perl Wisdom