Re: how good is Net::OpenSSH::Parallel in your experience

2011-09-11 Thread Rajeev Prasad
thx guys, i was not aware of this version'ing view in open source. so i am now trying to use this module now. but i guess i have a very basic issue: currently i am running following in a loop for all hosts (and a inner loop for all commands for a host):     my ($MFSSH) = Net::OpenSSH->new($H

Re: help in regular expression

2011-09-11 Thread timothy adigun
>> "ug" == Uri Guttman writes: ug> unpack would be a poor choice if the number of digits in a field ug> changes. pack/unpack are meant for use in fixed field records. That was a bad assumption on my side, I only considered the problem at hand, thinking unpack will be faster that subst

Re: How to write console mode chat client

2011-09-11 Thread Shlomi Fish
Hi Siegfried, On Sun, 11 Sep 2011 00:08:17 -0700 wrote: > This program works, except it does not echo its input from the socket > immediately. Can someone modify the client for me so it will display > what it reads from the socket immediately? Presently, I only get to see > what it reads from th

How to write console mode chat client

2011-09-11 Thread siegfried
This program works, except it does not echo its input from the socket immediately. Can someone modify the client for me so it will display what it reads from the socket immediately? Presently, I only get to see what it reads from the socket if it sees "exit". Thanks Siegfried #!c:/perl/bin/perl #