Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: One liner is returning unexpected "1" on the output and I do not understand the mechanism at play.

by ikegami (Patriarch)
on Oct 17, 2020 at 22:00 UTC ( [id://11122967]=note: print w/replies, xml ) Need Help??


in reply to Re^3: One liner is returning unexpected "1" on the output and I do not understand the mechanism at play.
in thread One liner is returning unexpected "1" on the output and I do not understand the mechanism at play.

Yes it is. They asked to "print line with no leading space" instead of "1".

This can be achieved by replacing

print s/^\s+//, ...; # This is printing 1
with
print s/^\s+//r, ...;
  • Comment on Re^4: One liner is returning unexpected "1" on the output and I do not understand the mechanism at play.
  • Select or Download Code

Replies are listed 'Best First'.

Log In?
Username:
Password:

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

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

    No recent polls found