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

Re: Re: Re: How to run POE as a daemon

by hossman (Prior)
on Oct 02, 2002 at 00:39 UTC ( [id://202158]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (1) {
        print "Enter a number: ";
    ...
        chomp($Number);
        print "You entered - $Number.\n";
    }
    
  2. or download this
    while (1) {
        $Number = <STDIN>;
        chomp($Number);
        print "You entered - $Number.\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-12-03 08:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found