in reply to Net::Telnet and waitfor()

I think you want $cs->waitfor(), not $telnet->waitfor(). You might also look into using Expect.pm.