Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: The costs of packages

by BrowserUk (Patriarch)
on Sep 16, 2003 at 06:03 UTC ( [id://291729]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use My::Types qw[typeA typeB typeZZY];
    
  2. or download this
    use My::Type::typeA;
    use My::Type::typeB;
    use My::Type::typeC;
    
  3. or download this
    use My::Types::Factory;
    
    ...
    my $varTypeB = $typeB->new();
    my $varTypeZZY = $type->new();
    

Log In?
Username:
Password:

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

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

    No recent polls found