Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

(Solution?) Re: Variations on substr (2)

by Dog and Pony (Priest)
on May 11, 2002 at 16:42 UTC ( [id://165900]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $|++;
    
    ...
      print+qq'\r$"';
      $. .= chop
    }
    
  2. or download this
    $|++;
    
  3. or download this
    while(!select $',$&,$`,1/200)
    
  4. or download this
    while(!select undef,undef,undef,1/200)
    
  5. or download this
      print+qq'\r$"'
    
  6. or download this
      $. .= chop
    
  7. or download this
    while(1)
    {
    ...
        select undef,undef,undef,1/200
      }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-19 08:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found