Re: Default tag problem

2004-05-05 Thread Wiggins d Anconia
> Hi all! > > Can someone pls explain the problem here : > > I am using MyModule.pm and the problem is coming as per i have explained > below > > > MyModule.pm > > package MyModule; > > use strict; > use Exporter; > use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); > > $VERSION

Default tag problem

2004-05-05 Thread anish mehta
Hi all! Can someone pls explain the problem here : I am using MyModule.pm and the problem is coming as per i have explained below MyModule.pm package MyModule; use strict; use Exporter; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); $VERSION = 1.00; @ISA = qw(Exporter); @