I'm trying a new module out from CPAN called Log4perl.
What I'm trying to do is automate logging to a log file
11 fields, some of which will have to be passed as parameters.
the total of all these fields in character length is 4275
characters at max, some of the fields reaching as high as
4000 bytes. Is this module a good choice for this?
Is there a limit of how many characters in length your parameters
can be when sending them to a module? I know cgi files max at 256,
is it the same?
Thanks in advance for any insight on this,
JoeMc