Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Perl script asking question and staying in a loop

by bichonfrise74 (Vicar)
on Oct 06, 2009 at 19:29 UTC ( [id://799567]=note: print w/replies, xml ) Need Help??


in reply to Perl script asking question and staying in a loop

It looks like you just want to have a infinite loop? So, replace this
$COUNT = 1; while ($COUNT = 1)
with this?
while (1)

Log In?
Username:
Password:

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

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

    No recent polls found