Re: Q: How to resize TK window panels

2009-03-14 Thread listmail
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 > > ###

Re: NET::SSH2 - No Output

2008-12-05 Thread listmail
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

Re: NET::SSH2 - No Output

2008-12-04 Thread listmail
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"

Re: NET::SSH2 - No Output

2008-12-04 Thread listmail
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"); >

Re: Attempting to Install Net::SSH2 on Activestate 5.8.7 build 815 (Same problem as this thread "Net::SSH2 v0.18")

2008-12-02 Thread listmail
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

Re: Net::SSH2 v0.18

2008-11-05 Thread listmail
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

Re: Net::SSH2 v0.18

2008-11-05 Thread listmail
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 >

Net::SSH2 v0.18

2008-11-04 Thread listmail
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