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


in reply to 'monk = hacker' JAPH.


A small problem,

It might just be my computer, but when running your first version i get an off by one error that renders the resultant string useless ('Kvtu Bopuifs Qfsm Ibdlfs' ne 'Just Another Perl Hacker'). Do you get the same results? Oddly, the second version doesn't suffer from this...

jynx

Replies are listed 'Best First'.
Re: Re: 'monk = hacker' JAPH.
by belg4mit (Prior) on Jun 12, 2002 at 03:04 UTC
    I get Warning: Use of "" without parens is ambiguous at /tmp/a line 8. (The offending bit is the matching of v, insert a newline before this expression and the warning disappears) But no off by ones (I got many one I was playing with the earlier versions).

    --
    perl -pew "s/\b;([mnst])/'$1/g"