=================================================================== RCS file: /cvs/trango/Net-Telnet-Trango/lib/Net/Telnet/Trango.pm,v retrieving revision 1.17 retrieving revision 1.19 diff -u -r1.17 -r1.19 --- trango/Net-Telnet-Trango/lib/Net/Telnet/Trango.pm 2006/09/12 02:17:46 1.17 +++ trango/Net-Telnet-Trango/lib/Net/Telnet/Trango.pm 2006/09/12 03:16:43 1.19 @@ -1,5 +1,5 @@ package Net::Telnet::Trango; -# $RedRiver: Trango.pm,v 1.16 2006/09/07 03:00:07 andrew Exp $ +# $RedRiver: Trango.pm,v 1.18 2006/09/12 02:13:08 andrew Exp $ use strict; use warnings; use base 'Net::Telnet'; @@ -219,7 +219,9 @@ =head2 COMMANDS -Most of these are just shortcuts to C METHOD)>, as such they accept the same options as C. Specifically they take a named paramater "args", for example: +Most of these are just shortcuts to C METHOD)>, +as such they accept the same options as C. +Specifically they take a named paramater "args", for example: C 'on')> would enable tftpd =over @@ -248,8 +250,8 @@ =item remarks -Takes an optional argument "args => ", which sets the remarks. -If there is no argument, just returns the current remarks. +Takes an optional argument, which sets the remarks. +If there is no argument, returns the current remarks. =item sulog @@ -892,7 +894,6 @@ if ($c eq '[') { $in_key = 1; $in_val = 0; - $val = ''; } else { $in_key = 0; $in_val = 1;