I recommend "Programming Perl", "Perl Best Practices" and the "Perl Cookbook" also.
The "PBP" book is good, not because it teaches you rules, but because it makes you stop and think about why you should do things a certain way, and make an educated decision when you decide to stray from Conway's recommended path.
As for documentation, I often use CPAN's documents as they're the most current and offer hyperlinks, something we don't get from the local perldocs on our drive.
One of the things I loved about Ruby when I first started using it compared to Perl, was gems vs. CPAN. Keeping a set of gems current seems so much easier than a set of CPAN-based modules.
And, like Sinan says, the FAQs are great reading. I've read and reread them many times because the knowledge is good to keep in your head.
And, though they can be rather blunt, the PerlMonks are a wonderful resource. Simply searching and reading how they recommend doing things can raise your Perl consciousness several levels, even if you don't engage them with a direct question.
And, in the way of the monk, contemplate Perl's hashes and learn about slicing them. They are the shiz.