Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: $1[

by demerphq (Chancellor)
on Feb 06, 2019 at 12:28 UTC ( [id://1229472]=note: print w/replies, xml ) Need Help??


in reply to $1[

Both of these are reasonable solutions to the problem at hand.

IMO there is a lot of discussion about red-herrings in this thread. That it happens inside of a s/// is a red-herring, the RHS of a s/// is essentially the same as a dq string, at least when not using the /e modifier. That this happens with $1 is a red-herring, it would happen with any named scalar followed by a square bracket in a double quoted string. That this happens with a square bracket is also a red-herring, it would also happen with any suffix which changed the name of the var sufficient to make perl think you were referring to another variable. This is why perl supports the bracketed version in the first place, to make it absolutely clear what variable is being interpolated and not be victim to stray concatenation that might change its name.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1229472]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-23 09:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found