Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: If I was forced to program in another language, the Perl language feature I would miss most would be:

by cog (Parson)
on Oct 17, 2006 at 08:28 UTC ( [id://578706]=note: print w/replies, xml ) Need Help??


in reply to If I was forced to program in another language, the Perl language feature I would miss most would be:

Probably the ability to do something stupid like

#!/usr/bin/perl -w use strict; my $function = sub { @_ = ( 1, 2, 3, 4, qw/5 6 7 8 9/, ); do { next if $_ % 2; eval { $_ = @_[ 0 .. $_ ] }; print <<IT $_ IT } for @_; }; $function->();

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-28 11:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found