I'm trying to use Pod::Simple::HTML to convert PODs into HTML but my voilĂ  becomes voil�

How do I fix this?

Code:

  my $parser = Pod::Simple::HTML->new();
  $parser->output_string( \my $html );
  $parser->set_source( \@lines );
  $parser->run();


--
Just my 0.00000002 million dollars worth,
  Shawn

Programming is as much about organization and communication
as it is about coding.

[updated for today's programming]
"Show me your code and conceal your interfaces, and I shall continue
to be mystified. Show me your interfaces, and I won't usually need
your code; it'll be obvious."
        -- Fred Brooks

CPAN http://www.cpan.org/
The world's largest repository of software;
all of it tested; all of it free.

Reply via email to