Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: RFC: new.pm - a perl -e use/new shortener

by jdporter (Paladin)
on Dec 27, 2016 at 21:02 UTC ( [id://1178533]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # package 'Factory', exports function 'fab' (short for "fabricate")
    
    ...
    }
    
    1;
    
  2. or download this
    perl -MFactory -le "my $x = fab 'My::Very::Long::Module', 'new', foo =
    +> 42;  print $x->get_foo;"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1178533]
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-26 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found