in reply to Re: Re: Net::Telnet variable assignment wacky
in thread Net::Telnet variable assignment wacky
bonoboy - Just to clarify, everything works ok when you do this:
But doesn't appear to work doing this:@config = $t->cmd("sh ver");
my $command = "sh ver"; @config = $t->cmd($command);
Just want to make sure I understand what the problem is.
|
|---|