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

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

by bennymack (Pilgrim)
on Aug 21, 2007 at 16:09 UTC ( [id://634120]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -MO=Deparse -e '
    use constant FOO => sub { join( shift, @_, ); };
    ...
    }
    ->(', ', 1..10);
    -e syntax OK
    
  2. or download this
    perl -Mstrict -Mwarnings -e '
    printf "%s\n", do {
    ...
            join shift @_, @_;
    };
    '
    
  3. or download this
    #!/usr/bin/env perl
    use strict;
    ...
                  Rate  do_join_1 sub_join_1
    do_join_1  17935/s         --       -73%
    sub_join_1 66991/s       274%         --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-19 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found