Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Problem with url escaping in Pod::Simple::HTML and UTF-8

by choroba (Cardinal)
on Jun 26, 2011 at 11:11 UTC ( [id://911441]=note: print w/replies, xml ) Need Help??


in reply to Problem with url escaping in Pod::Simple::HTML and UTF-8

A semicolon is missing after use Pod::Simple::HTML.
I also get this warning when running your (fixed) code:
Malformed UTF-8 character (unexpected continuation byte 0xbe, with no +preceding start byte) at 911435.perl line 10.

Update: This warning remains even if I only keep this:
#!/usr/bin/perl use strict; use warnings; use utf8; my $content = <<CONTENT; =head1 foobar L<<utf-8 letter (a with ogonek) which i can't paste here because perlm +onks doesn't support unicode>>> =cut CONTENT

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://911441]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-03-29 15:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found