I have an object oriented perl script with a top level script and a lot of perl packages. I need to declare a global variable and use it in the top level script and in one of the perl package. I tried declaring the variable with "our $variable_name" but it is not working for me. It gives the following error =>
Any idea how to declare and use the global variables in perl?"Global symbol "$make_AR_1" requires explicit package name at ....."
I tried declaring the global variable in the top level script as well as in the perl package.
Thanks.In reply to How to declare and use global variables by alih110
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |