generalize reading post input
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 2 Oct 2007 10:08:26 +0000 (12:08 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 14 Mar 2008 23:40:21 +0000 (00:40 +0100)
commit4565100c67dd7b0344e9eb332296d5fa64e7611b
treebe7ffa8f0554ad163eef6f4beabc1058b78a7d24
parent072e8bc0a42031722a1c5005ebc6aa304e43c0a8
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.
PLP/Apache.pm
PLP/CGI.pm
PLP/Fields.pm