Yep!
It's basically a package based on the example in the Camel Book:
package LMail;
require Exporter;
@ISA=qw(Exporter);
@EXPORT_OK=qw(get_mail);
sub get_mail {
# body
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Apache::StatINC, Embperl and mod_perl problem David Lloyd
- Re: Apache::StatINC, Embperl and mod_perl problem Gerald Richter
- Re: Apache::StatINC, Embperl and mod_perl problem David Lloyd
- Re: Apache::StatINC, Embperl and mod_perl problem Gerald Richter
- Re: Apache::StatINC, Embperl and mod_perl problem David Lloyd
- Re: Apache::StatINC, Embperl and mod_perl problem Gerald Richter
