http://qs321.pair.com?node_id=171307


in reply to Symbolic Reference not Dereferencing

You can only symbolically reference package global variables, not lexical variables. Try it with our $A; or use vars '$A';