Paul Johnson > Gedcom-1.16 > System

Download:
Gedcom-1.16.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  4
Open  0
View Bugs
Report a bug
Module Version: 1.01   Source  

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.