The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

EXPORT

None by default.

METHODS

execCMD(STRING, BOOLEAN, BOOLEAN);

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 ALSO

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

AUTHORS

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

BUGS

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

COPYRIGHT AND LICENSE

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.