Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Reinventing Moops

by tobyink (Canon)
on Jan 14, 2020 at 10:20 UTC ( [id://11111400]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use MooX::Press (
      prefix => 'MyApp',
    ...
    
    my $porky = MyApp->new_pig(name => 'Porky');
    print $porky->status, "\n";
    
  2. or download this
    use v5.14;
    use strict;
    ...
    class Bar::Baz {
        type_name Barrr;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-26 00:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found