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