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

Re: puzzle: how many ways to make $100

by ikegami (Patriarch)
on Apr 29, 2006 at 02:30 UTC ( [id://546453]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    our @matches;
    ('.' x $amount) =~ $regexp;
    print(Dumper(\@matches));
    
  2. or download this
    >perl 546453.pl 20
    (?x-ism:
    ...
                '5' => '3'
              }
            ];
    
  3. or download this
              {
                '1' => '5',
    ...
              {
                '20' => '1',
              },
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-16 10:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found