in reply to The @_ array and the lexical variables
See perlsub:
The array @_ is a local array, but its elements are aliases for the actual scalar parameters. In particular, if an element $_[0] is updated, the corresponding argument is updated (or an error occurs if it is not updatable).
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: The @_ array and the lexical variables
by G4143 (Novice) on Apr 16, 2018 at 11:15 UTC | |
by choroba (Cardinal) on Apr 16, 2018 at 11:52 UTC | |
by G4143 (Novice) on Apr 16, 2018 at 12:08 UTC | |
by ikegami (Patriarch) on Apr 16, 2018 at 13:27 UTC |