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

Re^2: Use of AutoLoader in Modern Times (future)

by tobyink (Canon)
on Nov 16, 2012 at 14:57 UTC ( [id://1004213]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use_module('My::Utils')->import(qw< min max zip >);
    
    my $logger = use_module('My::Logger')->new(-trace => 1);
    
  2. or download this
    BEGIN {
        package PerlX::qm;
    ...
    
    say qm( Math::BigInt 1.000 )->new('4660')->as_hex;
    say qm( Math::BigFloat )->new('74565')->as_hex;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-03-28 20:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found