1){ if ("$thishash" == "$lasthash"){ print "$thisalgo: Max Usable Length " . $thislen - 1 ."
\n"; $string = ""; return($thislen); }; // break at an arbitrary length that isn't ^2, so this // doesn't run forever. if ($thislen >= 999){ print "$thisalgo: No max length found
\n"; return($thislen); }; }; $lasthash = $thishash; }; };