in reply to Re: Object oriented mess
in thread Object oriented mess
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; -------------
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Object oriented mess
by Joost (Canon) on Apr 13, 2005 at 14:44 UTC |