| Gedcom documentation | view source | Contained in the Gedcom distribution. |
System - run a system command and check the result
use System "command, verbose, errors"; sys qw(ls -al);
The sys function runs a system command, checks result, and comments on it.
| Gedcom documentation | view source | Contained in the Gedcom distribution. |