in reply to Re: Crypt::Navajo
in thread Crypt::Navajo

%CDICT{$plain} = $crypt;
That's not valid syntax (unless you're already running Perl 6 on your own {grin}).

That it accidentally works is a known bug, and was fixed (if I recall) in Perl 5.8.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.