Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

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

by Dog and Pony (Priest)
on May 11, 2002 at 16:42 UTC ( #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? | Other CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2023-06-07 23:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?