using resources to reduce run-time
gyanku_at_hotmail.com
Date: 01/28/05
- Next message: ioneabu_at_yahoo.com: "Re: Missing first line when reading in .csv file"
- Previous message: charlieskc_at_gmail.com: "Global symbol "%Config" requires explicit package at at C:/Perl/lib/Time/Local .pm line 27."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Jan 2005 20:41:22 -0800
Hi All:
I have loop in my perl program
foreach (@mytest)
{
system($cmd2);
}
The system($cmd) takes a long time. I have other machines available.
Can I login from the perl script and run the perl command on those
machine to reduce run time.
Please show me how todo that. How would I know where in the mytest list
I should log into the other machine.
How will when one task is finished another would start.
Some sketchy code fragment would help.
Thanks in advance.
-Mkesh
- Next message: ioneabu_at_yahoo.com: "Re: Missing first line when reading in .csv file"
- Previous message: charlieskc_at_gmail.com: "Global symbol "%Config" requires explicit package at at C:/Perl/lib/Time/Local .pm line 27."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|