in reply to Can't call method "KEY_READ" on an undefined value
Per What shortcuts can I use for linking to other information?, to link to your scratchpad use [pad://OzVegan]: OzVegan's scratchpad. Otherwise user's will be logged out when trying to view it.
Btw, I could be wrong, but I think you want to change the following to lines
use cmpny::_Initializable; my $Registry;
to
package cmpny::_Initializable; our $Registry;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't call method "KEY_READ" on an undefined value
by OzVegan (Acolyte) on May 11, 2011 at 00:26 UTC | |
by OzVegan (Acolyte) on May 11, 2011 at 00:38 UTC |