Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: what would you like to see in perl5.12?

by Corion (Patriarch)
on Aug 20, 2007 at 15:36 UTC ( [id://633851]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # perl 5.10
    sub ENDOFITERATION { undef }; # some magic value that signals the end 
    +of all values
    ...
            };
        };
    };
    
  2. or download this
    # Read incoming commands - an infinite loop/generator
    sub get_commands {
    ...
            print "$user: Executing $command\n";
        };
    };
    

Log In?
Username:
Password:

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

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

    No recent polls found