Re: Jasper's solution

[email protected] (Mtv Europe)
Newsgroups perl.golf
Message-ID <[email protected]>
Hello Amir!

[email protected] (Amir Karger) wrote:

> C:\>perl -e "$_='abcde';/./;print "$'",/../,$'
> cde1cde

In this case you've confused poor windows with double quotes,
you should escape internal pair:

C:\>perl -e "$_='abcde';/./;print \"$'\",/../,$'
bcde1cde

-- 
Mtv Europe
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.