hopes has asked for the wisdom of the Perl Monks concerning the following question:
and thisperl -e "print qq(1_000)"
I'm now using perl, v5.6.1 built for MSWin32-x86-multi-thread Binary build 626 provided by ActiveStateperl -e "print "1_000""
perl -e "$_="1_000";$_++;print" perl -e "$_=qq{1_000};$_++;print"
$_=$,=q,\,@4O,,s,^$,$\,,s,s,^,b9,s, $_^=q,$\^-]!,,print
Edit Masem 2001-12-09 - Fixed title
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Differences between qq() and
by Beatnik (Parson) on Dec 09, 2001 at 18:37 UTC | |
Re (tilly) 1: Differences between qq() and ""
by tilly (Archbishop) on Dec 09, 2001 at 23:29 UTC | |
Re: Differences between qq() and ""
by Spenser (Friar) on Dec 10, 2001 at 11:39 UTC | |
by tilly (Archbishop) on Dec 10, 2001 at 11:48 UTC |