in reply to Re^2: escaping the @ in an interpolating string
in thread escaping the @ in an interpolating string
and it will output:perl -e '@hi = (1,2,3), my $x = "hi"; print "@$x\n";'
1 2 3
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: escaping the @ in an interpolating string
by raygun (Scribe) on Aug 10, 2024 at 19:23 UTC |