System - run a system command and check the result


Gedcom documentation  | view source Contained in the Gedcom distribution.

Index


NAME

Top

System - run a system command and check the result

SYNOPSIS

Top

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

DESCRIPTION

Top

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


Gedcom documentation  | view source Contained in the Gedcom distribution.