A good book that I got (back in the day) was Programming Web Services with Perl (O'Reily).
Here's the link to the site for the book which has code samples, errata and more resources. You might give that a try, too.
---
echo S 1 [ Y V U | perl -ane 'print reverse map { $_ = chr(ord($_)-1) } @F;'