In article <[EMAIL PROTECTED]>,
Jean-Pierre <[EMAIL PROTECTED]> writes:
> Although I have entered tpr(0,2) as a veteran, although I am in fact a
> veteran, I am also a perl's newbie. I play golf because it is fun, of course,
> but also because it helps me to read perldoc more and more.
>
> So : I caught the construction "sort/./g", used by 60% of the solutions, on
> the web, querying for "perl anagram".
>
Don't feel bad. That's how I found it too :-)
> This was fine and good for me, but I do not understand how it works, and I
> am unable to find a place (web or doc or book) where I can find an
> explanation : where is the dictionary? from where are growing these words?
>
> Could someone give me either an explanation or a link?
>
See perldoc perlvar, $;
It was the old style to do multidimensional hashes before perl5