Re: how to test all files in array exist in the tar using Archive::Tar

2011-04-26 Thread Agnello George
On Tue, Apr 26, 2011 at 9:04 PM, Jim Gibson wrote: > At 6:04 PM +0530 4/26/11, Agnello George wrote: >> >> I got a  to go to check whether  the files in  @somefiles  exist  in >> $filltar > > $filltar or $fultar? > >> my $fultar = 'something.tgz" >> >> @somefiles  = qw(xsl/photos_videos.xsl >> xsl

Re: how to test all files in array exist in the tar using Archive::Tar

2011-04-26 Thread Jim Gibson
At 6:04 PM +0530 4/26/11, Agnello George wrote: I got a to go to check whether the files in @somefiles exist in $filltar $filltar or $fultar? my $fultar = 'something.tgz" @somefiles = qw(xsl/photos_videos.xsl xsl/research.xsl xsl/reviews.xsl xsl/sendemail.xsl xsl/slideshow.xsl xsl/slid

how to test all files in array exist in the tar using Archive::Tar

2011-04-26 Thread Agnello George
I got a to go to check whether the files in @somefiles exist in $filltar my $fultar = 'something.tgz" @somefiles = qw(xsl/photos_videos.xsl xsl/research.xsl xsl/reviews.xsl xsl/sendemail.xsl xsl/slideshow.xsl xsl/slideshow_details.xsl ); $tar->add_files(@allfiles_excluded); $tar->write