It prints correctly in the debugger (Komodo) output window.foreach my $u (keys %topurls) { my @line; $line[0] = $u; $line[1] = $topurls{$u}{title}; $line[2] = $topurls{$u}{count}; $line[3] = $topurls{$u}{users}; print join("\t",@line)."\n"; }
In reply to Re^2: Writing HTML file with UTF-8 chars
by cormanaz
in thread Writing HTML file with UTF-8 chars
by cormanaz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |