Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: minimal match regulara expression

by fionbarr (Friar)
on Mar 03, 2015 at 16:19 UTC ( [id://1118627]=note: print w/replies, xml ) Need Help??


in reply to minimal match regulara expression

got it: # remove everything after underscore_ 259 if ( $this_server =~ m/^(\w+?)_/ ) { 260 $this_server = $1; 261 }

Log In?
Username:
Password:

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

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

    No recent polls found