Mark Knoop wrote:
> 
> Thanks. I now have the module as:
> 
> ##########################
> 
> package Common::CSAdmin;
> 
> use strict;
> use warnings;
> 
> use DBI;
> use DBD::ODBC;
> 
> require Exporter;
> my @ISA = qw(Exporter);
> my @EXPORT = qw(GetDBHandle);

Try :

our @ISA = qw(Exporter);
our @EXPORT = qw(mysub);
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to