From: Mischa POSLAWSKY Date: Tue, 2 Oct 2007 10:08:26 +0000 (+0200) Subject: generalize reading post input X-Git-Tag: 3.20~27 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/4565100c67dd7b0344e9eb332296d5fa64e7611b?hp=4565100c67dd7b0344e9eb332296d5fa64e7611b generalize reading post input Input retrieval differs per server interface, so set $PLP::read to a function providing a read of specified number of bytes. This differs from $PLP::print as it's not just a name, because it won't be evalled but called directly. ---