Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: how to delete part of the line?

by linuxer (Curate)
on May 22, 2009 at 08:20 UTC ( [id://765630]=note: print w/replies, xml ) Need Help??


in reply to Re: how to delete part of the line?
in thread how to delete part of the line?

A regular expression line\d+= won't match with a text "blah1,blah1,blah1=".

You must adjust your regular expression, so it can match your 'blah...' string.

Please see perlretut, perlrequick and perlre for more information about regular expressions.

And you must print to your output handle, if you want the result in value.txt. Currently you are printing to STDOUT; see print

Log In?
Username:
Password:

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

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

    No recent polls found