I have a variable in a module that I export (e.g. @EXPORT = qw( $variable ); )
Do I have to de-reference (terminology?) it in any other modules or scripts that include the given module (ie. $module::variable) or is there a way to import the variable so that I can refer to it directly? TIA Walter Grace -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]