Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Inheritence Issues (can't find TIEHASH via inheritence)

by AidanLee (Chaplain)
on Jun 05, 2003 at 15:26 UTC ( [id://263372]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Can't locate object method "TIEHASH" via package "Resources::Action::V
    +iew" at /home/v2/cms/Shared/lib/Resource/Base.pm line 251.
    
  2. or download this
    $object  = tie( %hash, "Resources::$object_properties->{type}" );
    
  3. or download this
    package Resources::Action::View;
    use base 'Resource::Base';
    ...
    sub TIEHASH {
        return bless( {}, shift );
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://263372]
Approved by sschneid
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-26 06:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found