Hello Perl Gurus,
my ($pid, $fh) = spawn_pty("telnet localhost");
The above command works fine in Unix Environment as well in Cygwin Perl Environment (On Windows Box).
But,what is the equivalent of the above command in Active Perl, where there is no Proc::Spawn IO::tty modules, etc.
I need the exact equivalent, as I need to manipulate with the file handle.
Thanks in Advance,
Skely