Hi All,
I want to create few threads and want to share objects of class between
threads. Although there is a package Thread::Queue but it only allows
sharing of scalar data.
I tried sending data as a reference parameter to thread but seems like it is
passed as value to thread function. Here is an
Hi All,
I want to run multiple commands on a remote machine simultaneously. What I
did is created a thread for each command, created an ssh object for each
command and passed it to a function which simply runs command on remote
machine using SSH.
Here is the part of the code
I found Learning Perl very good, it could be a good place to start.
On Wed, Jul 15, 2009 at 6:53 PM, Shawn H. Corey wrote:
> On Wed, 2009-07-15 at 05:58 -0700, shridhar kyrlageri wrote:
> > hi guys
> >
> > i am very new to perl . i want to learn this language but i dont know
> > where to sart and