difference between `` system and exec

From: buildmorelines (bulk88_at_hotmail.com)
Date: 09/29/04


Date: 28 Sep 2004 17:12:04 -0700

What is the difference between backtick `` command execution thing and
the system function and the exec function?

Which is fastest/most efficient, if I dont care about getting the
output of the command or sucess of command or control back to my Perl
program (falls off anyways)?



Relevant Pages

  • Re: Running a system command from php
    ... > I have run similar scripts to do mysql dumps using the system function. ... might be handled differently from a script than from command line. ...
    (comp.lang.php)
  • Re: "system" command help
    ... >> The system function call returns a boolean value as return value, ... > some Perl documentation. ... > means systemand the command it invoked ran successfully. ...
    (perl.beginners)
  • Re: regarding system function
    ... > praba kar wrote: ... >> In Php If I send a command to system function ...
    (comp.lang.python)
  • Re: Perl fork or system
    ... system function will block till the command is complete ... The system function will block until processing is complete. ... complete bfore i start the next execution with a new filename. ...
    (perl.beginners)
  • Re: regarding system function
    ... >> praba kar wrote: ... >>> In Php If I send a command to system function ...
    (comp.lang.python)