in reply to Re^2: mkpath (and rmtree) throw strange error when used in CGIin thread mkpath (and rmtree) throw strange error when used in CGI
print "<pre>\n"; for my $i ( 0 .. $#foo ){ print "$i)", unpack('H*', $foo[$i]),"\n"; } print "</pre>\n"; [download]