Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: and this or that

by mkmcconn (Chaplain)
on Feb 05, 2001 at 23:14 UTC ( [id://56478]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       s/test/somestuff/;
       print;
    
  2. or download this
    s/^(\d+)/("0"x(8-length).$1)/xe and print or
           s/^(\w)/("\x20"x(8-length).$1)/xe and print for @ARGV;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-19 11:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found