in reply to
Renaming a Zip file with a user input variable
shift
, then call your script with the file name as an argument.
my $zip_file = shift;
[download]
Comment on
Re: Renaming a Zip file with a user input variable
Download
Code
In Section
Seekers of Perl Wisdom