diff options
Diffstat (limited to 'perl/perl-System-Command/README')
-rw-r--r-- | perl/perl-System-Command/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-System-Command/README b/perl/perl-System-Command/README new file mode 100644 index 0000000000..d2ae5a2c1a --- /dev/null +++ b/perl/perl-System-Command/README @@ -0,0 +1,4 @@ +System::Command is a class that launches external system commands and +return an object representing them, allowing to interact with them +through their STDIN, STDOUT and STDERR handles. + |