Thank you!
Now, I am not able to use getfiles object. The error I get is 'Can't locate object method "get_files" via package "Archive::Tar" (perhaps you forgot to load "Archive::Tar"?) at u.pl line 4.'
how do I load Archive::Tar? I have initialized the module using the 'use' command.
'use Archive::Tar;'
-Anu