#!/usr/bin/perl -w my $file = "/tmp/anything.tgz"; system("tar -vxzf $file"); [download]
In reply to Re: Untaring with perl by liverpole in thread Untaring with perl by mrbbq