The line below was folded, and

 $self->{'fookey'} = 'some value here'; #hashref accessible only
within Package Foo;

the Perl interpreter is seeing

      within Package Foo;

Outputs:
Can't locate object method "within" via package "Package" (perhaps you forgot to load 
"Package"?) at ./myOOP.pl line 15.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to