in reply to Text::Template and the Binding of Package Variables
print "package is: __PACKAGE__", $/; print "package is: ", __PACKAGE__, $/; __output__ package is: __PACKAGE__ package is: main [download]
_________broquaint