slackbuilds/perl/perl-IPC-System-Simple
Chris Novakovic 55f1c33748 perl/perl-IPC-System-Simple: Update download.
Signed-off-by: Chris Novakovic <chris@chrisn.me.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-05-27 11:11:00 +07:00
..
README
perl-IPC-System-Simple.SlackBuild perl/perl-IPC-System-Simple: Allow VERSION override. 2017-03-25 13:29:27 +00:00
perl-IPC-System-Simple.info perl/perl-IPC-System-Simple: Update download. 2018-05-27 11:11:00 +07:00
slack-desc

README

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.