The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

System - run a system command and check the result

SYNOPSIS

use System "command, verbose, errors"; sys qw(ls -al);

DESCRIPTION

The sys function runs a system command, checks result, and comments on it.