in reply to Re: Exporting all variables and subroutines using Exporter
in thread Exporting all variables and subroutines using Exporter

i used Exporter :: Auto and now i can export functions but variables i am unable to use , is there any way i can use the variables:

for ex: main .pl package1.pm package2.pm package3.pm now my use case is such that package1.pm contains all the variables wh +ich will be used in main.pl and package2.pm and package3.pm

the actual code is too large so i am just posting what exactly i want. i hope i am clear with it .