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


YVDHOVE-System documentation  | view source Contained in the YVDHOVE-System distribution.

Index


SYNOPSIS

Top

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

DESCRIPTION

Top

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

EXPORT

Top

None by default.

METHODS

Top

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

Top

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

AUTHORS

Top

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

BUGS

Top

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

COPYRIGHT AND LICENSE

Top


YVDHOVE-System documentation  | view source Contained in the YVDHOVE-System distribution.