Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: changing a portion of a line leaving its formatting intact

by Animator (Hermit)
on Dec 14, 2004 at 16:06 UTC ( [id://414747]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        s/
         (         # Capture group $1
    ...
         )
        /int ($1) . " " x (length($1) - length(int($1)))/egx;
    

Log In?
Username:
Password:

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

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

      No recent polls found