Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Accessing Methods of Another Package

by mt2k (Hermit)
on Nov 29, 2002 at 20:29 UTC ( [id://216586]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $REQ = new Module::Main;
    $REQ->init();
    $REQ->start_it();
    
  2. or download this
    package Module::Main;
    
    ...
      $self->{SEC1}->do_something();
      return 1;
    }
    
  3. or download this
    package Module::Section1;
    
    ...
      =cut
    
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found