Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Strange regular expression warning

by delirium (Chaplain)
on Jul 15, 2004 at 15:23 UTC ( [id://374684]=note: print w/replies, xml ) Need Help??


in reply to Strange regular expression warning

I'll comment on the regex: If you are interested in how the filename ends, you don't need to worry about how it starts. Try using:

/\.ORD_API_log$/

...which doesn't root the match to the beginning of the string (and explicitly looks for a period before the extension).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-24 03:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found