

          system command
               Executes command via the system(3) call.  Differs from
               exec because system doesn't return stdout as the result
               or the command and system goes through the shell to
               provide wildcard expansion, redirection, etc, as is
               normal from a sh command line.  Returns the exit code
               of the command.
