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

Re^2: Secret Perl Operators: the boolean list squash operator, x!! (grep disqualified)

by Aristotle (Chancellor)
on Aug 02, 2006 at 15:51 UTC ( [id://565251]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $name = join '-', (
        @prefix,
    ...
        $name,
        $suffix,
    );
    
  2. or download this
    my $name = join '-', (
        @prefix,
    ...
        $name,
        $suffix,
    );
    
  3. or download this
    my $name = join '-', (
        @prefix,
    ...
        $name,
        $suffix,
    );
    
  4. or download this
    my $name = join '-', (
        @prefix,
    ...
        $name,
        $suffix,
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-24 09:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found