Threading may be overkill. Perl implements a nice fork() even in windows.
for (@ARGV) { if( -f $_ ) { unless( fork ) { system($cmdname, $_) == 0 or die; } } }
I suspect you mean something other than the above, but it's hard to tell. Perhaps look at DB_File? Elaborate on the problem and my answer is likely to change significantly.
-Paul
In reply to Re: Multi tasking with same data
by jettero
in thread Multi tasking with same data
by chennaiite
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |