Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Question of variable interpolation in regex

by Thelonius (Priest)
on Nov 15, 2002 at 22:40 UTC ( [id://213299]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    When what I want is 
    +----+----+----+----+
    ...
    |    |    |    |    |
    |    |    |    |    |
    +----+----+----+----+
    
  2. or download this
     while ($boxLine =~ s/(\.+)/sprintf("%-*d", length($1), $wordNum)/e) {
       $wordNum++
     }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-16 14:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found