Re: function call help

2008-07-09 Thread Rob Dixon
[EMAIL PROTECTED] wrote: > > I facing one issue in Perl script. I am executing one command in Perl > script and taking the output of that command in one array. Now I want > to execute some more commands on each value of the array. > > But the problem is that I am passing each value of the arra

RE: function call help

2008-07-09 Thread Irfan.Sayed
tewart Anderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2008 7:45 PM To: Sayed, Irfan; beginners@perl.org Cc: Stewart Anderson Subject: RE: function call help Lock is a perl function http://perldoc.perl.org/functions/lock.html #! /usr/bin/perl # Perl script to ta

RE: function call help

2008-07-09 Thread Stewart Anderson
ervices (SNS) Extension: 7212 Direct Line: +44 (0) 20 7032 7212 Email: [EMAIL PROTECTED] Support Team Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]> _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 09 July 2008 14:33 To: beginners@perl.org Subject: function call help

function call help

2008-07-09 Thread Irfan.Sayed
Hi All, I facing one issue in Perl script. I am executing one command in Perl script and taking the output of that command in one array. Now I want to execute some more commands on each value of the array. But the problem is that I am passing each value of the array as a argument to that