Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: modifying a string in place

by graff (Chancellor)
on Jan 20, 2006 at 04:12 UTC ( [id://524394]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for ( @whatever ) {
        if ( 1 .. 4 ) { 
            # enter this block during the first four iterations, then neve
    +r again
        }
    }
    
  2. or download this
    $_ = 0;
    while ($_<6) {
    ...
    4: False
    5: False
    6: False
    
  3. or download this
    $_ = 0
    while ($_<6) {
    ...
    4: True
    5: True
    6: True
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-03-29 12:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found