Does this, with the escaped parentheses,:

@results = `cp abc.data\(-1\) test.data`;
if ($!) { print "problem: $!\n"}

 work as intended?

"Cooper, Vickie" <[EMAIL PROTECTED]> wrote on 01/05/2004 04:51:49
PM:

> Is there a way to use the relative notation in perl to access a gdg:
> `cp abc.data(-1) test.data`
>
> This will work with the absolute:  `cp abc.data.G0V00100 test.data`
> but it doesn't with the relative number...is there a way to do this?

  • gdg Cooper, Vickie
    • PPrymmer

Reply via email to