Name
CatalystX::Usul::IPC::Response - Response class for running external programs
Version
0.7.$Revision: 1181 $
Synopsis
use CatalystX::Usul::IPC::Response;
my $result = CatalystX::Usul::IPC::Response->new();
Description
Response class returned by "run_cmd" in CatalystX::Usul::IPC and "popen" in CatalystX::Usul::IPC
Configuration and Environment
This class defined these attributes:
- core
-
True if external commands core dumped
- out
-
Processed output from the command
- sig
-
Signal that caused the program to terminate
- stderr
-
The standard error output from the command
- stdout
-
The standard output from the command
Subroutines/Methods
new
Basic constructor
Diagnostics
None
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Author
Peter Flanigan, <Support at RoxSoft.co.uk>
License and Copyright
Copyright (c) 2009 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE