in reply to Is it a reference issue or what?
I can't make heads or tail of your design. What are you trying to do?
You pass to the constructor a value that shared by all objects of that class. That makes no sense.
The class is called Coles_Backup_Drive, but object of that class in no way represent anything of the kind. Or anything else. The objects only has one member ($$self), and it's never used.
Are the methods suppose to be static methods aka class methods? Everything is in in static attributes aka class attributes. If so, why do you create an object?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is it a reference issue or what?
by OzVegan (Acolyte) on Jan 28, 2010 at 07:23 UTC | |
by Corion (Patriarch) on Jan 28, 2010 at 07:55 UTC | |
by OzVegan (Acolyte) on Jan 28, 2010 at 19:23 UTC |