http://www.perlmonks.org?node_id=57373


in reply to no punctuation

Wow, this one is cool. I didn't know one could use letters for separators with s///...

By the way, for those interested, this is what Perl understands:

print $_ if s//ri/ and s/r/ just g/ and s/g/another /s and s/i/ perl co/ and s/ co/ hacker /gi;

Replies are listed 'Best First'.
Re: Re: no punctuation
by extremely (Priest) on Feb 10, 2001 at 12:10 UTC
    Heh, you should see what Ovid stumbled on a while back, see Odd...

    --
    $you = new YOU;
    honk() if $you->love(perl)