Help for this page

Select Code to Download


  1. or download this
    Can't use an undefined value as an ARRAY reference at make_change.pl l
    +ine 12.
    
  2. or download this
    use strict;
    use warnings;
    ...
        my @change = greedy_change($num);
        print "$num: @change\n";
    }