in reply to perl script like a "shell proxy"

Perhaps spawn a copy of whatever shell using Expect or IPC::Run and send whatever (filtered? I presume) input from your source to that subprocess.

Replies are listed 'Best First'.
Re^2: perl script like a "shell proxy"
by iic (Sexton) on Nov 07, 2007 at 17:17 UTC
    Thanks.

    yup, it's a command filter since the Export Control..to instead of the common telnet.

    They are all not standard perl modules. I need some low level solutions...