Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Golf: Selection from sets (Choose)

by knobunc (Pilgrim)
on May 24, 2001 at 21:56 UTC ( [id://83029]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub c{f($_[0],$_[0]-$_[1]+1) / f($_[1],1)}
    sub f{eval join'*',$_[1]..$_[0]}
    
  2. or download this
    sub c{f($_[0]-$_[1]+1..$_[0])/f(1..$_[1])}
    sub f{eval join'*',@_}
    

Log In?
Username:
Password:

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

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

    No recent polls found