Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

The costs of packages

by BrowserUk (Patriarch)
on Sep 16, 2003 at 01:36 UTC ( [id://291700]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    use My::Types;
    
    my $typeA = new TypeA;
    
  2. or download this
    package TypeA;
    
    *AUTOLOAD = \&My::Type::AUTOLOAD;
    
  3. or download this
    ...
    use My::Types;
    
    my $typeA = new My::Types::TypeA;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-23 07:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found