I've got some weired cisco devices that don't generate a login prompt without first sending them a carrige return (Although the work fine using telnet from the command line). I've got a work around in my old net::telnet::cisco based code that uses the send_wakeup feature, which essentially sends a \n to the device which then magically comes to live.
Is there way to replicate this with net::appliance::session, I can't see any thing obvious buy I have been staring at the code all day :-)
ThanksMatt