in reply to Re: using AUTOLOAD to access read-only data structures
in thread using AUTOLOAD to access read-only data structures
perl -le '$foo = "Blorf"; $foo->quux' Can't locate object method "quux" via package "Blorf" (perhaps you for +got to load "Blorf"?) at -e line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: using AUTOLOAD to access read-only data structures
by ikegami (Patriarch) on Jun 02, 2011 at 06:33 UTC | |
by shmem (Chancellor) on Jun 02, 2011 at 06:39 UTC |