Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Capture response from backticks to a file.

by astroboy (Chaplain)
on Nov 13, 2013 at 19:53 UTC ( [id://1062443]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Capture response from backticks to a file.
in thread Capture response from backticks to a file.

I agree with dsb. You've already run the pgp command and have capured it's output in $gpg_command. Sorry to be dense, but what are you hoping to achieve from the rest of your script?
  • Comment on Re^3: Capture response from backticks to a file.

Replies are listed 'Best First'.
Re^4: Capture response from backticks to a file.
by Anonymous Monk on Nov 13, 2013 at 20:03 UTC
    You are right, I am over complicating things, I can just use this instead and get it over with:
    system("gpg --trust-model always -er 12345678 my_file.txt 1>/dev/null +");
Re^4: Capture response from backticks to a file.
by Anonymous Monk on Nov 13, 2013 at 20:28 UTC
    From my code, the idea is to control the output from the backticks because I would like to change the output of the file name.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 05:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found