Re: RES: telnet.pm

2003-11-25 Thread drieux
On Tuesday, Nov 25, 2003, at 11:22 US/Pacific, Rogerio Agostinho wrote: [..] my @output = $telnet->cmd("cleartool lsactivity -s -view $viewDesenv"); -or- my @output; my $result = $telnet->cmd('String' => "cleartool lsactivity -s -view $viewDesenv", 'Output' => [EMAIL PROTECTED]); [..] This may b

Re: RES: telnet.pm

2003-11-25 Thread Wiggins d Anconia
> I just get empties values,,, I already tried the code lines bellow but > it is not working... I have too much to do in my script.. but since I > don’t get to make it works I can t step forward, I m working on it since > 3 weeks ago but I just fails in all my tries :-( do u have any idea what >