in reply to Problem in Archive::Zip
In a brief Chatterbox discussion on this point, Zaxo made the comment that Archive::Zip could avoid this type of problem by localizing $\ itself.sub display { local $\ = "\n"; print "This is the first line. Look ma, no newline"; print "This is the second line."; }
|
|---|