in reply to Re: simple IPC needed
in thread simple IPC needed
The second program runs fine, but when running the first program, it says "Failed to AUTOLOAD 'MainWindow::send" (under windows) or "send to non-secure perl/Tk application rejected" (under linux).
I found this in the perl/tk FAQ:
the script that receives from a Tk::send must run with taint checking turned on (i.e. with the -T switch thrown) and it must untaint all commands received from the other process.Apparently this error has to do with me not untainting my data? I tried running the scripts with -T, but its still not working. I'm a newbie to this tainting concept.
Any idea of how to get around this problem?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: simple IPC needed
by lidden (Curate) on Feb 19, 2005 at 12:54 UTC |