Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Why won't a hash in a hash work as a hash reference to create an object?

by Lady_Aleena (Priest)
on Apr 09, 2012 at 02:33 UTC ( [id://964065]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %movies = get_hash(
      file => data_file('Movies','movies.txt'),
    ...
      file => data_file,
      headings => [qw(gem image_mineral image_gemstone gemstone_library ge
    +mstone_gbg tradeshop)],
    );
    
  2. or download this
    package Base::Data;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    package Base::Roots;
    use strict;
    ...
    }
    
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-03-28 19:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found