in reply to Re^2: how to create a constant file and use it in other file
in thread how to create a constant file and use it in other file
oh, i am using perl v5.6.1
can you use the constant data without prefixing it with the package name? ( $const1 instead of $MyConst::const1 )