Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Re: Re: use Very::Long::Module::Name as Foo;

by liz (Monsignor)
on Oct 14, 2003 at 18:06 UTC ( [id://299206]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Very::Long::Module->load::as my $short => qw(foo bar baz);
    
  2. or download this
    use Foo;
    use Bar;
    
  3. or download this
    package Foo;
    use Very::Long::Module::Name as Shorty;
    
  4. or download this
    package Bar;
    use Some::Other::Long::Module::Name as Shorty;
    

Log In?
Username:
Password:

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

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

    No recent polls found