On Mon, Jan 14, 2002 at 09:32:56PM -0600, Petr [Dingo] Dvorak wrote: > I have been trying to find a problem with pd web script that suppose to list > stats on various things and the output gets cut off at exactly 4071 bytes, > used > to the script worked fine, but i suspect that our provider upgraded the kernel > and some packages, including perl and now everything is screwy. > > basically what the script does is grabs data from some file, sprintf's them > into variable, then runs sort on it and spits it out, i suspect that the > problem is that the $outp variable is not big enough, and since perl is all > spanish to me, is there any way to allocate char array in perl ?
Variables are done on the fly in perl. Why not post some code (and input-data) so we can help you? Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTECTED] | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/

