bcens has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks. First post here. Long time reader! I have several applications that I have developed using Perl on Windows. All of those apps from time to time need to call other programs for things like COM-API's and the likes.
Everything is OK except when I (example:)$command = "do this, and do that"; system("$command");
The output of the called application is shown in the users browser! Not so much of a issue with some applications but some have output that shows paths, usernames and other data that I just do not want displayed.
How can I supress ALL output from system(); calls? Thanks in advance!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to hide system(); output.
by toolic (Bishop) on Jan 30, 2010 at 01:16 UTC | |
Re: How to hide system(); output.
by ikegami (Patriarch) on Jan 30, 2010 at 04:43 UTC | |
Re: How to hide system(); output.
by graff (Chancellor) on Jan 30, 2010 at 01:21 UTC | |
by ikegami (Patriarch) on Jan 30, 2010 at 04:40 UTC | |
by graff (Chancellor) on Jan 30, 2010 at 16:14 UTC | |
by Anonymous Monk on Aug 09, 2011 at 09:40 UTC | |
by Anonymous Monk on Aug 09, 2011 at 09:47 UTC | |
by crashtest (Curate) on Jan 30, 2010 at 01:31 UTC | |
by bcens (Novice) on Jan 30, 2010 at 02:11 UTC | |
Re: How to hide system(); output.
by krikbugs (Novice) on Jan 30, 2010 at 08:07 UTC | |
Re: How to hide system(); output.
by xiaoyafeng (Deacon) on Jan 31, 2010 at 14:18 UTC |