in reply to Cool JAPH

When I try to run this, I get
Can't find string terminator "'" anywhere before EOF at -e line 1.
I can see that final string terminator on my screen; Perl just keeps telling me that it's not there :( I tried both typing in the code and cutting and pasting. Is this perhaps something funky about my version of Perl?

I am running perl 5.005_03 from Active State.

Update: Thanks, KM!

Replies are listed 'Best First'.
RE: RE: Cool JAPH
by KM (Priest) on Jun 26, 2000 at 21:23 UTC
    For the OS impaired, use the following because AS Perl doesn't generally like ' encapsulating a one liner..:

    perl -Mstrict -we "$_ = qq(goto F.print chop;\n=rekcaH lreP rehto +na tsuJ);F1:eval"

    Cheers,
    KM