for (@file_name) { chomp; my $cmd = "gpg --recipient $gpg_key -q --yes -e $directory/$_"; my $rc = system($cmd); } [download]
In reply to Re: act on a file list by toolic in thread act on a file list by perl197