Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^4: Performance Trap - Opening/Closing Files Inside a Loop

by diotalevi (Canon)
on Dec 10, 2004 at 16:42 UTC ( [id://413902]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while ( my ( $k, $v ) = each %h ) { ... }
    while ( my $line = <> ) { ... }
    for ( my $ix = 0; ...; ... ) { ... }
    
  2. or download this
    my $... = ... if ...;
    ... or
        my $... = ...;
    

Log In?
Username:
Password:

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

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

    No recent polls found