![]() |
|
XP is just a number | |
PerlMonks |
Re: Why will v-strings be deprecatedby shenme (Priest) |
on Oct 01, 2003 at 14:44 UTC ( #295644=note: print w/replies, xml ) | Need Help?? |
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
|
|