Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Converting Hashes to Objects

by 1nickt (Canon)
on May 17, 2020 at 16:39 UTC ( [id://11116863]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -ML -wE 'my $h = Hash::AsObject->new( foo => "bar" ); say $h->f
    +oo'
    
    Can't locate foo.pm in @INC (you may need to install the foo module)
    
  2. or download this
    $ perl -MHash::AsObject -wE 'my $h = Hash::AsObject->new( foo => "bar"
    + ); say $h->f0o; say 42'
    
    Use of uninitialized value in say at -e line 1.
    
    42
    
  3. or download this
    $ perl -MHash::AsObject -Mstrictures=2,1 -wE 'my $h = Hash::AsObject->
    +new( foo => "bar" ); say $h->f0o; say 42'
    
    Use of uninitialized value in say at -e line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 19:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found