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

Re: conditional statement in substitution expression

by Roy Johnson (Monsignor)
on Aug 04, 2009 at 17:16 UTC ( [id://785837]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      s/\*\*([^\*]+)\*\*\s\,\s\*\*([^\*]+)\*\*(\s\,)?/(grep {index($_,'_')
    +>=0} $1,$2)?"**$1_($2)**":$&/ge;
    
  2. or download this
    while(<DATA>) {
      s/(\*\*([^\*]+)\*\*\s\,\s\*\*([^\*]+)\*\*(\s\,)?)/(grep {index($_,'_
    +')>=0} $2,$3)?"**$2_($3)**":$1/ge; 
      print;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-28 17:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found