aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-IPC-System-Simple/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2013-11-17 18:58:28 +0100
committerHeinz Wiesinger <pprkut@slackbuilds.org>2013-11-19 19:54:50 +0100
commit3a68d00bd495243e3d82635911fb7c834fff0f7b (patch)
tree7a20a8b6249ca34a5beeddbb620a123fa2ebe4a2 /perl/perl-IPC-System-Simple/README
parenta07488f07e6ed63a4f625f7f758880fba2ecc2c3 (diff)
perl/perl-IPC-System-Simple: Added.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'perl/perl-IPC-System-Simple/README')
-rw-r--r--perl/perl-IPC-System-Simple/README6
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 0000000000000..48b8bfe923d46
--- /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.