in reply to Re^2: staements in strings
in thread staements in strings

you know how to access package variables?

e.g.

$packagename::varname

Cheers Rolf

Replies are listed 'Best First'.
Re^4: staements in strings
by PriNet (Monk) on May 13, 2011 at 22:33 UTC

    actually, i'm sorry i misused the term... i meant in the "require" pretense, not the "use" pretense...


    you mean there's any easier way?
Re^4: staements in strings
by PriNet (Monk) on May 13, 2011 at 22:18 UTC

    package variables? i'm not sure what you mean here, i'm trying to write different script "instances" depending on different cases in the original index.pl script then return to the index.pl script and continue on... thats where i'm maybe thinking of the use command... i could "use" the same filename to reference seperate "different" packages in seperate directories so i could write different packages for different cases i'm hoping...


    you mean there's any easier way?