I'm running a script that forks off two forks and when they are done the main program combines the two output file together. What would be the best way to combine the two files? With a UNIX system call cating the two file together or using a Perl while loop and put the second file at the end of the first one?
Don Dukelow -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/
