I apologize if I am not explaining the code well enough.--------------client.pm------------- package Client; use strict; require '../somepath/../abc.pl'; sub new { create and return a hash object } sub get_name { return $_[0]->{'Name'}; } 1; -------------
In reply to Re^2: Object oriented mess
by longliveAJ
in thread Object oriented mess
by longliveAJ
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |