Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Re: (Golf) Dependency List Prioritization

by Sidhekin (Priest)
on Mar 15, 2002 at 15:16 UTC ( [id://152003]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub f{d,c,b,a,f,e}
    
  2. or download this
    my @list = (
         a => [ 'b', 'c', 'e' ],
    ...
         f => [ 'a' ],
    );
    print join (',', map { "'$_'" } f(@list)),"\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 03:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found