Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Modules to reduce syntax?

by perlfan (Vicar)
on Dec 27, 2021 at 16:11 UTC ( [id://11139940]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my $ref = { foo => $bar => 'baz' };
      printf "%s\n", $ref->{'foo'}{$bar};
    
  2. or download this
      use Util::H2O qw/h2o/;
      my $ref = h2o -recurse, { foo => $bar => 'herp' };
      printf "%s\n", $ref->foo->$bar;
    

Log In?
Username:
Password:

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

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

    No recent polls found