kalyanrajsista has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks
I'm want to dump database records nearly 90k. what is the preferable module I can choose for the following Options
Currently I'm printing all those records in the email and sending it to the users using sendmail utility(/usr/sbin/sendmail). But Outlook is limiting to only 400+ lines and ignoring all other records. I would like to implement the above method
Any Help is appreciated
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: printing database rows in a file
by marto (Cardinal) on Oct 21, 2010 at 08:32 UTC | |
by Tux (Canon) on Oct 22, 2010 at 10:54 UTC | |
|
Re: printing database rows in a file
by suhailck (Friar) on Oct 21, 2010 at 07:25 UTC | |
|
Re: printing database rows in a file
by Corion (Patriarch) on Oct 21, 2010 at 08:37 UTC | |
|
Re: printing database rows in a file
by locked_user sundialsvc4 (Abbot) on Oct 21, 2010 at 14:34 UTC | |
by Anonymous Monk on Oct 22, 2010 at 06:41 UTC |