Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

any way to fill calling namespace with a "use Module"?

by blue_cowdawg (Monsignor)
on Feb 23, 2013 at 19:39 UTC ( [id://1020336]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    package Top;
    ...
    extends 'Top';
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w 
    use strict;
    ...
    my $obj = Top->new();
    
    | etc.
    

Log In?
Username:
Password:

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

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

    No recent polls found