Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Why is "for" much slower than "while"?

by gam3 (Curate)
on Jan 20, 2010 at 13:59 UTC ( [id://818457]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    read $IN1, my $buffer, -s $IN1;
    ++$counts{$_} for split( /^/m, $buffer );
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
            }
        );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-03-29 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found