Re: Run an external program and capture its output
[email protected] (John Emmas) Thu, 17 Apr 2014 10:02:27 +0100
| Newsgroups | perl.win32.vanilla |
|---|---|
| Message-ID | <[email protected]> |
BTW - I should have added that if I run this command (directly from a
DOS Command Prompt) it does populate 'test.txt' with the expected output:-
gtk-update-icon-cache --force --ignore-theme-index --source
builtin_icons gtk/stock-icons > test.txt
So in other words, the actual command is valid. It works when run from
a command line but I can't seem to make it work from a perl script :-(
John