Help for this page

Select Code to Download


  1. or download this
    open (FH, '<', "../Tests/10-million-combos.txt");
    print "Loading the file...\n";
    ...
    $NumberOfResult=@_result;
    print "$NumberOfResult - $NumberOfLine\n";
    close FH;