Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

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

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

Help for this page

Select Code to Download


  1. or download this
    sub upto {
        my $stop = $_[0];
    ...
    At 3
    At 4
    At 5
    
  2. or download this
    sub frobnicate {
        print "Frobnicating\n";
    ...
    my $thr1 = async { gargle() };
    my $thr2 = async { gargle() };
    my $thr3 = async { gargle() };
    
  3. or download this
        open my $fh, "<:async", $filename
            or die "Couldn't open '$filename': $!";
        my $line = <$fh>;
        # ... do some busy work without touching $line ...
        print $line;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-29 08:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found