Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: Untillian Headache or about the semantic of until

by tmharish (Friar)
on Feb 11, 2013 at 19:36 UTC ( [id://1018223]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    until( eof ) {
    
  2. or download this
    until( eof or $found_all_elements_i_was_looking_for ) {
    
  3. or download this
    until( $no_error_opening_file or 
         ( eof and $need_not_process_beyond_eof )
         or $found_all_elements_i_was_looking_for ) {
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 19:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found