in reply to
Re: Variable behaving as a function call
in thread
Variable behaving as a function call
You need to replace
@_
with
$_[0]
because the argument is evaluated in scalar context.
Comment on
Re^2: Variable behaving as a function call
Select
or
Download
Code
In Section
Seekers of Perl Wisdom