difference between `` system and exec
From: buildmorelines (bulk88_at_hotmail.com)
Date: 09/29/04
- Next message: Chris Devers: "Re: Opening file($ARGV) with Getopt - failing"
- Previous message: Gavin Henry: "Re: Becoming Disenheartened - Everyone talks about Python and says Perl is old news."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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)?
- Next message: Chris Devers: "Re: Opening file($ARGV) with Getopt - failing"
- Previous message: Gavin Henry: "Re: Becoming Disenheartened - Everyone talks about Python and says Perl is old news."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|