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

Re^2: Secret Perl Operators: the boolean list squash operator, x!!

by grantm (Parson)
on Jul 18, 2008 at 03:19 UTC ( [id://698498]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      @part = map defined $_->[0] ? @{$_}[(@$_>1?1:0)..$#{$_}] : (), 
        [1 => 'http://example.net/app', 'extra'],
        [$is_admin_link => 'admin'],
        [$subsite], [1 => $mode], [$id], [$submode];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-19 05:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found