Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Befuddled by The Llama

by davidj (Priest)
on May 30, 2004 at 22:08 UTC ( [id://357684]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while ($in[$count] !~ /q/i {
    
  2. or download this
    while ($in[$count] !~ /q/i) {
    
  3. or download this
    chomp($in[$count]";
    
  4. or download this
    chomp($in[$count]);
    
  5. or download this
    print "\n\n\n"done.\n\n\n";
    
  6. or download this
    print "\n\n\ndone.\n\n\n";
    
  7. or download this
    count++;
    
  8. or download this
    $count++;
    
  9. or download this
    while ($in[$count] !~ /q/i) {
    

Log In?
Username:
Password:

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

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

    No recent polls found