Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Capturing data with backticks and sockscap

by kwoff (Friar)
on Jan 09, 2002 at 03:13 UTC ( [id://137294]=note: print w/replies, xml ) Need Help??


in reply to Capturing data with backticks and sockscap

Did you test that "socksification" (whatever that is) is what really is the cause? For example, by capturing output of a hello world script first unsocksified then socksified. Also maybe it is failing as a side-effect of trying to enable socksification (sorry, I like this word), not just the fact that it's socksed. For instance, you used a wrong flag or interpolated some variable on the shell command line. In particular, there is a `@' in your command-line that I have my eye on. Did you use the `-w' flag and `use strict'?
  • Comment on Re: Capturing data with backticks and sockscap

Replies are listed 'Best First'.
Re: Re: Capturing data with backticks and sockscap
by Anonymous Monk on Jan 12, 2002 at 00:55 UTC
    The script runs fine when not socksified, although it will not connect to the external servers (because it is not socksified...). It will connect to any servers internal to our firewall and I can capture the output from a backticked ssh call.

    When I call the socksified Perl script from the command line, another window pops open. The script does not execute within the window from which I called it.

    Any more ideas?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 09:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found