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

Re: while loop not exiting?

by polettix (Vicar)
on Apr 06, 2005 at 18:46 UTC ( [id://445400]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       print STDOUT @NewRow[0], " ", @NewRow[1], "\n";
    
  2. or download this
       print STDOUT $NewRow[0], " ", $NewRow[1], "\n";
    
  3. or download this
    open( BEST, "< $best_file") || die "Sorry, can't open $best_file: $!";
    
    ...
       push( @best_array, \@NewRow ); # Take reference, avoid copy
       print STDOUT "\t Proceeding to next line...\n";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found