Every Java programmer knows references, even if they don't know it. It's an integral part of Java. Every time you use an object, you are using a reference. The difference is a syntax difference. Java uses '.' and Perl uses '->' ... Ok. Just say that '->' is '.' and you are 75% of the way there.
------ /me wants to be the brightest bulb in the chandelier!