Daniel Burgaud wrote:
> Hi,
>
> I have the following Perl Script. It displays two Scrolled Text Left
> and Right.
> My problem is, how to resize the widths of the panels.
> Is there a switch that will automatically adjust the width or I
> manually dragging
> the edges?
>
> thanks.
>
> Dan
>
> ###
Chris Wagner wrote:
> At 02:04 PM 12/4/2008 -0600, SelfSimilar wrote:
>
>>> try something like
>>>
>>> print $buf while (($len = $chan->read($buf,512))||0) > 0);
>>>
>> Thank you for the suggestion. Unfortunately, it get the same error warning
>>
>> Use of uninitialized value in numeric g
Sisyphus wrote:
> - Original Message -
> From: "SelfSimilar" <[EMAIL PROTECTED]>
> .
> .
>
>>$chan->write("ls\n");
>>
>
> If the "ls" command throws an error, you won't get to see what the error is.
> (You'll simply get no output.) Better to write:
>
> $chan->write("ls 2>&1\n"
SelfSimilar wrote:
> After successfully establishing a SSH connection I use the following code
> snippet, variations of which have been posted many places.
>
> my $chan = $ssh2->channel();
> $chan->shell();
> $chan->blocking(0);
> my ($len, $buf);
> $chan->write("ls\n");
>
In a separate email I forwarded the rebuilt dll provided by sisyphus to
your email. I do not know the status on the rebuilt package as I didn't
need it.
Gregory J. Donaldson wrote:
> Hello,
>
> I am running into the exact same problem that was outlined in the
> thread titled "Net::SSH2 v0.18
listmail wrote:
> Sisyphus wrote:
>>
>> - Original Message - From: "listmail" <[EMAIL PROTECTED]>
>> To:
>> Sent: Wednesday, November 05, 2008 4:43 AM
>> Subject: Net::SSH2 v0.18
>>
>>
>>> I can't get Net::SSH2 0.1
Sisyphus wrote:
>
> - Original Message - From: "listmail" <[EMAIL PROTECTED]>
> To:
> Sent: Wednesday, November 05, 2008 4:43 AM
> Subject: Net::SSH2 v0.18
>
>
>> I can't get Net::SSH2 0.18 working. I had Net::SSH2 0.09 working
>
I can't get Net::SSH2 0.18 working. I had Net::SSH2 0.09 working
without having to do any extra steps, but I never migrated my programs
over from using the old Net::SSH::W32Perl.
I installed 0.18 via the default repo, it failed the test, removed it
and installed from ppm install
http://theory