http://qs321.pair.com?node_id=259137


in reply to Re: Lexical::Alias & subroutines
in thread Lexical::Alias & subroutines

Shifting makes $byRef a copy of the variable passed to the sub. Jenda indicated he wants to modify the argument passed to the sub so he needs an alias. $_[0] is an alias but he'd like to work with it using a more friendly name.

90% of every Perl application is already written.
dragonchild