http://qs321.pair.com?node_id=660974


in reply to Re: Problem installing PDF::Template
in thread Problem installing PDF::Template

I'm getting:
String found where operator expected at -e line 1, near "s!UNI_YES !#! +g''" syntax error at -e line 1, near "'perl -pi -e 's!UNI_NO ! !g" syntax error at -e line 1, near "s!UNI_YES !#!g''" Execution of -e aborted due to compilation errors. make: *** [pm_to_blib] Error 255

Replies are listed 'Best First'.
Re^3: Problem installing PDF::Template
by dragonchild (Archbishop) on Jan 08, 2008 at 02:32 UTC
    Sorry. You'll need to fix the quotes a bit more. There are some single-quotes that need to be converted to double-quotes around the regex.

    My criteria for good software:
    1. Does it work?
    2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?