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 function but somehow it is not taking that value. The output of the perl script is: bash-3.00# perl backup.pl /vob/test Locking VOB 0 cleartool: Error: Unrecognized command: "lock:0" Locking of VOB 0 failed Now what I want is I need value "/vob/test" instead of 0. Please find the attached perl script. Please help/guide me. Regards Sayed.
backup.pl
Description: backup.pl
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/