Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Regular Expression Question

by larryk (Friar)
on Mar 27, 2001 at 22:00 UTC ( [id://67562]=note: print w/replies, xml ) Need Help??


in reply to Re: Regular Expression Question
in thread Regular Expression Question

you are right to suspect that this would not work - the single \d as opposed to \d+ before the % would mean that the regex would fail to match unless the % was between 0 and 9.

what I expect you are looking for is for(<>) { /(\d+)%/; print if $1 >= 88 }

Replies are listed 'Best First'.
Re: Re: Re: Regular Expression Question
by SilverB1rd (Scribe) on Mar 27, 2001 at 23:29 UTC
    Thanks larry. Typo on my part. It was supposed to be (\d+)%

    ------
    The Price of Freedom is Eternal Vigilance

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 10:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found