Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Why won't a hash in a hash work as a hash reference to create an object?

by Lady_Aleena (Priest)
on Apr 07, 2012 at 20:32 UTC ( [id://963939]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Twitter::Objects;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    package Twitter::Objects;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    sub get_hash {
      my %opt = @_;
    ...
      }
      return %hash;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-04-23 21:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found