Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^8: simplifying substitution

by Polyglot (Chaplain)
on Mar 08, 2021 at 15:57 UTC ( [id://11129343]=note: print w/replies, xml ) Need Help??


in reply to Re^7: simplifying substitution
in thread simplifying substitution

Maybe the context affects it? Command line operation different? In any case, I wasted three+ hours today because I'd neglected to replace a space character with a "\s" in one of my matches. It was just a space, too...not a tab, return, or anything else. It was an HTML tag of the form <span class=" body"> and I had only put the \s in one of the two spaces....ooops. Three hours for a space. It really doesn't help to have folk like yourself tell me that it wasn't supposed to happen that way. Ha. So, can you tell me why perl is so fickle?

And, no, I'm not planning to upgrade it. Too much work and too much risk with all I've got going.

EDIT: I just realized what it must have been. I just re-read your earlier post, and you mentioned "without the /x"...well, I would have been using the /x. That must have been the crucial bit here.

Blessings,

~Polyglot~

Replies are listed 'Best First'.
Re^9: simplifying substitution
by choroba (Cardinal) on Mar 08, 2021 at 16:02 UTC
    > folk like yourself tell me that it wasn't supposed to happen that way

    If you could share a demonstration of your claims, I'd be happy to investigate it. I'm trying to help you, and I'd be glad if I educated myself along the way.

    map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

      I think I'm the one who just got educated. I set up a test and confirmed that the spaces are matched unless the /x flag is used. I may have known about that once in the distant past but had forgotten it. I believe I'll remember this better from now on!

      Thanks for your promptings.

      Blessings,

      ~Polyglot~

Log In?
Username:
Password:

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

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

    No recent polls found