You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zachary Storer 870d805b56 perl/perl-IPC-System-Simple: Fix source URLs. 12 years ago
..
README perl/perl-IPC-System-Simple: Added. 12 years ago
perl-IPC-System-Simple.SlackBuild perl/perl-IPC-System-Simple: Added. 12 years ago
perl-IPC-System-Simple.info perl/perl-IPC-System-Simple: Fix source URLs. 12 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

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.