in reply to Re^2: Archive Tar
in thread Archive Tar

So files with the names you expect exist in the current directory (since the <1r3*> operation is succeeding), and yet you don't think the files you expect to exist are being extracted . . .

/boggle

Update: Just to fully explain the why behind the /boggle:

You've set up a chicken-and-egg problem in that your list of files to extract won't work unless there are files with those names already in the current directory. The approach shown below grepping through the list of files obtained from the object avoids this.

That being said, seeing as you've proven unwilling to give an accurate representation of what the real output and errors are that you're getting (c.f. Untar in perl; the explanation that the error message you provided couldn't be produced from the code you gave specifically being explained here) I don't know why anyone would want to trouble themselves attempting to help you any further.