in reply to
Migrating scripts back to Perl 5.005_03
The third case needs a bit of revision:
Perl 5.6
Perl 5.005_03
$func_ref->($var)
&$func_ref($var)
Comment on
Re: Migrating scripts back to Perl 5.005_03
Select
or
Download
Code
Replies are listed 'Best First'.
Re: Re: Migrating scripts back to Perl 5.005_03
by
autarch
(Hermit)
on Sep 06, 2003 at 01:42 UTC
No, the $func_ref->($var) syntax definitely works in 5.00503.
[reply]
In Section
Meditations