Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
        }
        return @result;
    }
    
  2. or download this
    sub print_results {
        if (@_ == 0) {
    ...
        }
        print "!\n";
    }