sathishselvam has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I want to print/append the data (around 5 lakh record) in one new file using "print" function in PERL. is there any other way to speed up the print statement or any other utitilies available? now i'm using following method. Thanks in advance.
print $de_input "\nTarget Custom Groups:$target_section\n"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Fast Print using print function
by davido (Cardinal) on Jun 11, 2013 at 08:58 UTC | |
|
Re: Fast Print using print function
by vinoth.ree (Monsignor) on Jun 11, 2013 at 08:30 UTC |