Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Does it Iactually/I run faster?

by greenhorn (Sexton)
on Jul 04, 2000 at 05:53 UTC ( [id://20970]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for ( @array ) {
        s/\s+/\t/;
        s/elementary/my dear Watson/g;
    }
    
  2. or download this
    do {s/\s+/\t/; s/elementary/my dear Watson/g;} for @array;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-24 18:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found