in reply to Re: Re: Re: Perl's Telnet vs. Expect Module
in thread Perl's Telnet vs. Expect Module

If you cant see /dev/world, have a look at the Character Devices Section of the linux kernel configuration.

Check (X) Emulate World
(You will need to display experimental drivers for that)

If it is checked, do a 'insmod world' at the commandline. ;o)

cat /dev/world | perl -e "(/(^.*?\?) 42\!/) && (print $1))"
errors->(c)
  • Comment on Re: Re: Re: Re: Perl's Telnet vs. Expect Module

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Perl's Telnet vs. Expect Module
by TASdvlper (Monk) on Dec 03, 2003 at 18:55 UTC
    I'll have to try that at home, I don't have access to rebuild Linux kernels at work but I have a Linux system at home (older RedHat version, 5.x I think). Thanks.