Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: How to restrict partitions

by danaj (Friar)
on Oct 04, 2014 at 06:47 UTC ( [id://1102806]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my $terms = shift || 4;
    
    forpart { print "@_\n" if @_ == uniq @_ } $sum,{n=>$terms};
    
  2. or download this
    use warnings;
    use strict;
    ...
        print "@_\n" if @_ == uniq @_
      } $sum, {n=>$terms, amax=>$amax};
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-24 02:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found