Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: newb question

by f00li5h (Chaplain)
on Sep 04, 2007 at 04:27 UTC ( [id://636830]=note: print w/replies, xml ) Need Help??


in reply to newb question

The error message you speak of refers to * or ? appearing following nothing (or something that can't be repeated)...

m/?/ or m/*/ are the most simple ways to get the message. you want to use m/\Q$string_with_regex_chars_in\E/ or quotemeta to interpolate strings that contain regex meta-characters into a pattern.

@_=qw; ask f00li5h to appear and remain for a moment of pretend better than a lifetime;;s;;@_[map hex,split'',B204316D8C2A4516DE];;y/05/os/&print;

Replies are listed 'Best First'.
Re^2: newb question
by anesthdr (Initiate) on Sep 04, 2007 at 04:36 UTC
    Thanks All!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-03-28 13:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found