in reply to Re^2: current/active package
in thread current/active package
the object was never blessed.There is no object at all. Note that the OP's call of woot is done like this:
This means that he is writing a package name to the left of ->, i.e. woot is might be something like a constructor. So you don't have an object, but you do have a package name.package main; bar->woot();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: current/active package
by toddfreed (Novice) on Sep 25, 2009 at 14:10 UTC | |
by ikegami (Patriarch) on Sep 25, 2009 at 15:22 UTC |