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

Re^2: regex replace problem

by wallisds (Beadle)
on Nov 18, 2010 at 20:22 UTC ( [id://872344]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $tmp =~s/TBGL_([a-z]+(\.[a-z]+)?)/$1_gl/i;
    
  2. or download this
    $tmp =~s/TBGL_([a-z]+)/$1_gl/i;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
            print "$tmp\n\n";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found