in reply to Re: parm#4 from caller == !"eval" ?
$hasargs is true if a new instance of @_ was set up for the frame.
And that's how it works:
sub x1 { @_ = 'a'; &x2 } sub x2 { my ($c) = @_; say $c, (caller 0)[4] } x2('b'); # b1 x1(); # a
($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^3: parm#4 from caller == !"eval" ?
by LanX (Saint) on Sep 12, 2017 at 23:13 UTC | |
by perl-diddler (Chaplain) on Sep 13, 2017 at 22:38 UTC |