Gossamer Forum
Home : General : Perl Programming :

Package Problems...

Quote Reply
Package Problems...
Hello,

I am using Packages and i have been able to access a variable set in a package from the main program, i.e. using Exporter, and use() command... I would now like to so it the other way around as well, basically i need to set the variable in the package, depending on a variable sent to the package from the main program...

How can i do this?