in reply to Why will v-strings be deprecated
I've picked up on other people using $/ to avoid quoting difficulties. It can be a problem getting the quoting right on Win command lines. Using
perl -e "print 'Hello World!',$/"works nicely.
In Section
Seekers of Perl Wisdom