Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: do-until: Can't "next" outside a loop block.

by marquezc329 (Scribe)
on Nov 26, 2012 at 06:47 UTC ( [id://1005577]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while ($key ne "q") {
        $index_cur = int( rand($last_abc_letter) );
    ...
            $key = ReadKey(0);
        }
    }
    
  2. or download this
    use strict;
    use warnings;
    

Log In?
Username:
Password:

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

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

    No recent polls found