| ", show($variable)," | ";
@filehandles = upload($variable);
if(@filehandles) {
for $fh(@filehandles) {
print "**",$fh,"**";
$type = uploadInfo($value)->{'Content-Type'};
$data = substr(<$fh>,0,$start);
print "file ($type, first line or max. $start octets shown): ", show($data),""; }} else { $value =~ s/ /ÿ/g; if($value eq '') { print '(empty)'; } else { print "",show($value),""; } } print " |
|---|