in reply to Re: Morphological Japh
in thread Morphological Japh

    it just needed some brackets

Actually, they're parentheses  ;-)

Thanks for catching that, and fixing it.  I was impressed that you reformatted it in such a way as to preserve the original structure.  There's actually an even simpler way, which is just to remove the 2 extra whitespaces within that line.  (I will go ahead and update the original so as to avoid the problem for anyone who downloads it directly).


s''(q.S:$/9=(T1';s;(..)(..);$..=substr+crypt($1,$2),2,3;eg;print$..$/

Replies are listed 'Best First'.
Re^3: Morphological Japh
by teamster_jr (Curate) on May 30, 2006 at 14:21 UTC
    it just needed some brackets
    Actually, they're parentheses ;-)

    well quite *cough* pedant *cough* :)
    And of course in true perl fashion TAMWTDI - there are other ways of fixing it, including adding a whitespace between - and y///.
    al