http://www.perlmonks.org?node_id=195974


in reply to Re: Style, style, style
in thread Style, style, style

4. my ($foo, $bar) = @_; or my $foo = shift; my $bar = shift;?

What about my ($foo, $bar) = (shift, shift);?