So if I declare a variable without "my" , is that a package variable ? If I declare a variable in the sub routine without "my" , is it still a package variable ?
How to know which opackage statement is in effect ? From the comment , it appears that default is main package. If I want to use same variable name in another program, how can I do that ?