Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: move the line if prefix matching

by poj (Abbot)
on Mar 17, 2013 at 13:52 UTC ( [id://1023910]=note: print w/replies, xml ) Need Help??


in reply to move the line if prefix matching

Try changing the regex line from this
if ($sum =~ /^628?$/ )
to
if ($sum =~ /^628/ )
poj

Replies are listed 'Best First'.
Re^2: move the line if prefix matching
by hyans.milis (Novice) on Mar 17, 2013 at 14:08 UTC
    ok, thanks so much. it works now

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 05:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found