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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Why will v-strings be deprecated
by BrowserUk (Pope) on Oct 01, 2003 at 14:53 UTC | |
by Xiong (Hermit) on Aug 02, 2010 at 11:42 UTC | |
by BrowserUk (Pope) on Aug 02, 2010 at 14:58 UTC | |
Re: Re: Why will v-strings be deprecated
by ambrus (Abbot) on Oct 06, 2003 at 14:35 UTC |
In Section
Seekers of Perl Wisdom