Help for this page
my $post_body = ...from db...; my $part = $cgi->param{part}; ... } else { print("Content-Type: text/plain\n\n$block"); }