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


in reply to Redirect output of the system() command

NetWallah alluded to this: qw doesn't handle your args the way you expect, I'm guessing-

print $_, $/ for @options; --orientation Portrait --page-size A4 --title "Rechnung" --footer-right "created by Manager www.somesite.ch"

Replies are listed 'Best First'.
Re^2: Redirect output of the system() command
by Gangabass (Vicar) on Jul 11, 2012 at 16:03 UTC

    Nice catch but I have tried my code without such options with no luck (same error). So I'm absolutely sure this is not qw() issue.

    This is wkpdftohtml issue (see this)

      Sure, sure. I didn't think is was the ultimate problem, just that it might be truncating/mangling arguments unexpectedly.