| Store | Cart

Re: why does perl critic not like @_

From: Gabor Szabo <gab...@szabgab.com>
Thu, 21 Aug 2014 11:13:05 +0300
I've never seen people using @_ as some kind of a temporary variable and I
think this practice should be discouraged.
Probably Perl::Critic should have a policy finding and reporting such cases
as this is just confusing.
@_ is a special variable to receive function parameters.

Gabor
http://perlmaven.com/

_______________________________________________
Perl-Win32-Users mailing list
Perl...@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Recent Messages in this Thread
Robert W Weaver Aug 19, 2014 08:21 pm
Gabor Szabo Aug 21, 2014 08:13 am
Messages in this thread
Next post: SFTP