Hi Irfan,
On 7/24/06, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote:
Hi All,

I am executing following command

` $MT chreplica`;

I need to find out wheather this command is executing properly or not.
From what I remember `` gives the output of the command pass in, and
since it looks like you're not assigning the output to a variable, you
might use the system() function to get its exit status. Check out the
perldoc for it, either by typing at the terminal:
perldoc -f system

or going to http://perldoc.perl.org/functions/system.html

HTH,
David

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to