Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Silly RegEx problem

by Wonko the sane (Deacon)
on Feb 19, 2004 at 18:44 UTC ( [id://330311]=note: print w/replies, xml ) Need Help??


in reply to Silly RegEx problem

Doesn't look like you are capturing the part you are trying to print. No capturing parens.
The first regex, also does not match your input.

This would give you what you say you want.
my $one = $1 if /^(\{\w+\s+\d+\})/;

Wonko

Log In?
Username:
Password:

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

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

    No recent polls found