in reply to How to refer an object to another object in Perl ?

We are trying to create a module in perl. I am unable to refer an object to another object. How do I refer?

Well, in perl, all objects are references, references point to variables (they reference variables), so if you've got two objects, they're two references ... read all about it in

Learn Perl in about 2 hours 30 minutes
perlintro
chromatics free book Modern Perl a loose description of how experienced and effective Perl 5 programmers work....You can learn this too.
PLEAC - Programming Language Examples Alike Cookbook
Re: need help! ( alike and beginners best codes computer cookbook do examples exercises for general getting go i is language life master modules next other people's perl PLEAC problems programming reading real science solve started the to w
http://rosettacode.org/wiki/Function_parameter#Perl

  • Comment on Re: How to refer an object to another object in Perl ?