Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Exploring Type::Tiny Part 6: Some Interesting Type Libraries

by tobyink (Canon)
on Jan 20, 2019 at 13:40 UTC ( [id://1228757]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       package MyApp::Config {
          use Moo;
    ...
             decode_json( $self->config_file->slurp_utf8 );
          }
       }
    
  2. or download this
       has start_date => (
          is      => 'ro',
          isa     => DateTimeUTC,
          coerce  => 1,
       );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-04-18 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found