
YVDHOVE::System - This Perl module provides "System" functions for the YVDHOVE framework

use YVDHOVE::System;
my($rc, $stdout, $stderr) = execCMD('ls -latr', 1, 0);

This Perl module provides "System" functions for the YVDHOVE framework

None by default.

my($rc, $stdout, $stderr) = execCMD('ls -latr', 1, 0);
$rc contains the resultcode (1=ok, 0=fail) $stdout contains output written to STDOUT $stderr contains output written to STDERR

See http://search.cpan.org/search?query=YVDHOVE&mode=all

Yves Van den Hove, <yvdhove@users.sourceforge.net>

See http://rt.cpan.org to report and view bugs.

Copyright (C) 2007 by Yves Van den Hove, <yvdhove@users.sourceforge.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.x or, at your option, any later version of Perl 5 you may have available.