in reply to JAPH from POD

What version of Perl does it run in? I get
Bareword found where operator expected at - line 6, near "]{4}\b,?\\?n +?["']/a" (Might be a runaway multi-line // string starting on line 4) (Missing operator before a?) syntax error at - line 6, near "]{4}\b,?\\?n?["']/a" Execution of - aborted due to compilation errors.
in 5.12.1.

Replies are listed 'Best First'.
Re^2: JAPH Module
by trizen (Hermit) on Nov 03, 2011 at 20:27 UTC
    I think it runs only in perl>=5.14.1, but you can try to run it without '/a' option.

    * Edited the main code. Should work now in perl>=5.12.1
      It works :) nice one.