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

Module Confusion?

by Ronnie (Scribe)
on Dec 07, 2006 at 11:25 UTC ( [id://588294]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ###############################################################
    
    ...
    
    use ACC_Heather ;
    use ACC_Various qw(end_it mail mail_log update_report date_validation)
    + ;
    
  2. or download this
    package ACC_Heather ;
    #
    ...
    our @ISA = qw(Exporter) ;
    #
    use ACC_Various qw(end_it mail mail_log update_report date_validation)
    + ;
    
  3. or download this
       if (! -e $SQL_script) {
        $msg = "SQL script $SQL_script does not exist" ;
    ...
        print "\t*****************************************\n" ;
        return 0 ;
       }
    
  4. or download this
    Undefined subroutine &ACC_Heather::update_report called at /home/inter
    +face/scrip
    ts/Perl_Modules/ACC_Heather.pm line 737.
    
  5. or download this
    package ACC_Various ;
    #
    ...
    use Exporter ;
    our @ISA = qw(Exporter) ;
    #
    

Log In?
Username:
Password:

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

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

    No recent polls found