Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Removing first part of string with regex

by balakrishnan (Monk)
on Jan 02, 2009 at 13:31 UTC ( [id://733752]=note: print w/replies, xml ) Need Help??


in reply to Removing first part of string with regex

U can also go by this,
open(FH,"1"); map { s/^[^.]*\.// && print; } (<FH>);

Log In?
Username:
Password:

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

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

    No recent polls found