Hello everyone out there using Perl. Im doing perl scripts that parses log files of networking devices.
In this forum thanks to everyone suggest me to take several lines at time. I can do that already, but I have another problem. If I read 5 lines at time I have to process each once at time, making it strictly structural; something like this function(array[0]); function(array[1]); function(array[2]); function(array[3]); function(array[4]); My question is, how can I create a thread on Perl (Im using SPARC architecture) so each thread (or child process) can process each function? and therefore increase speed Thanks in advanced -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>