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:

@config = $t->cmd("sh ver");
But doesn't appear to work doing this:
my $command = "sh ver"; @config = $t->cmd($command);

Just want to make sure I understand what the problem is.

-- vek --