Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^6: Efficient way to replace a set of values with another set of values

by tobyink (Canon)
on Nov 23, 2012 at 16:00 UTC ( [id://1005291]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Efficient way to replace a set of values with another set of values
in thread Efficient way to replace a set of values with another set of values

You were looking for:

s/^(\d+)/$n=$1;$l="a";$l++while--$n;$l/meg

Doesn't cope with 0 especially well.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re^6: Efficient way to replace a set of values with another set of values
  • Download Code

Log In?
Username:
Password:

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

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

    No recent polls found