find anagrams by Chiether

<?$a=count_chars($b=fgets(STDIN),3);while($c=count_chars($d=fgets(STDIN),3)){if($a==$c) echo "$d";}\x0d

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page