Hi,

I have a code like :

open (F1,$fileName1);
open(F2,$fileName2);

my $f1=<F1>;
my $f2=<F2>;


Those  files may be large so I want to read them in paralel.
How can I do this in perl ?
Where can I find documentation of concurrency/MT in Perl ?


Thanks
Yossi

_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to