Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: regex error puzzle

by bmann (Priest)
on May 09, 2006 at 17:48 UTC ( [id://548282]=note: print w/replies, xml ) Need Help??


in reply to regex error puzzle

It's actually the next regex that perl is complaining about.

Try changing the second to s/\Q$delete_candidate//; in order to escape the asterisks.

Update: Recounted line numbers... the regex in question is on line 10.

Update 2: Originally thought the error gave the line of the if statement... tye posted a correction while I was posting the first update.

Replies are listed 'Best First'.
Re^2: regex error puzzle (line no)
by tye (Sage) on May 09, 2006 at 17:53 UTC
    perl reports any error on line 10, the first line of the if block

    No, line 10 isn't the first line of the 'if' block. Perl does report misleading line numbers for some errors in 'if' blocks, but this is restricted to saying that errors in an 'elsif' conditional expression occurred on the line of the matching 'if'.

    - tye        

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-03-29 11:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found