in reply to Re: Compilation error at /usr/share/perl/5.14/utf8_heavy.pl line 447
in thread Compilation error at /usr/share/perl/5.14/utf8_heavy.pl line 447

Thank you, I found what it was, the problem was that I used something like:
$page_content{$image} = edit_string("CONTENT\n=====\n\n");
Without my %page_content However, I wonder why I don't get normal perl errors, but have to find out myself what is wrong.
  • Comment on Re^2: Compilation error at /usr/share/perl/5.14/utf8_heavy.pl line 447
  • Download Code