Help for this page

Select Code to Download


  1. or download this
    package MyLoggingModule;
    
    ...
    
    # ----------
    1;
    
  2. or download this
    #!/opt/perl/bin/perl
    
    ...
    MyModule::foo();
    MyOtherModule::bar();
    MyLoggingModule::loggit("My work here is done.");
    
  3. or download this
    package MyModule;
    
    ...
    }
    
    1;
    
  4. or download this
    package MyOtherModule;
    
    ...
    }
    
    1;