Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: act on a file list

by toolic (Bishop)
on Jun 30, 2014 at 15:05 UTC ( [id://1091736]=note: print w/replies, xml ) Need Help??


in reply to act on a file list

Untested:
for (@file_name) { chomp; my $cmd = "gpg --recipient $gpg_key -q --yes -e $directory/$_"; my $rc = system($cmd); }

Replies are listed 'Best First'.
Re^2: act on a file list
by perl197 (Novice) on Jun 30, 2014 at 20:32 UTC

    Thank-you much!...learning to crawl.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1091736]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-19 22:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found