I don't know where to start so I'm asking you for some help :)
I'd like to create a perl script that must find a given word, for ex, "foo".
I assume it will have to loop a multiarrays using chr() and an increased chr number from 97 to 122 (a-z) but I don't know how to create this algorythm.
Any ideas?