diff options
Diffstat (limited to 'perl/perl-IPC-System-Simple/README')
-rw-r--r-- | perl/perl-IPC-System-Simple/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-IPC-System-Simple/README b/perl/perl-IPC-System-Simple/README new file mode 100644 index 0000000000..48b8bfe923 --- /dev/null +++ b/perl/perl-IPC-System-Simple/README @@ -0,0 +1,6 @@ +Calling Perl's in-built 'system()' function is easy; determining if +it was successful is _hard_. Let's face it, '$?' isn't the nicest +variable in the world to play with, and even if you _do_ check it, +producing a well-formatted error string takes a lot of work. +'IPC::System::Simple' takes the hard work out of calling external +commands. |