> 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
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);
@