in reply to Can't get $ from Net::Telnet
You can probably verify what is going on by using dump_log().
I would also check out attempting something like
which should read back all the lines of data until eof is read.$telnet->cmd("$CAT /home/$username/.vacation.msg"); @vacation_str=$telnet->getlines();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Can't get $ from Net::Telnet
by JoeJaz (Monk) on Jun 27, 2003 at 14:47 UTC |