Hello Experts,
Kinda new to perl. I am using perl web API to get the data. The error is "application/xml; charset=UTF-8". I used 'use utf8' but doesn't seem to work. The line it gets stuck looks like something like this

my @candidates = $c->bookmarks_for(start => 1, tag =>'pubmed');

Can you please help me.

Thank you,
Sammed

Recommended Answers

All 2 Replies

Can any of the experts please help me??

You need to show us more than one line of code. Also "application/xml; charset=UTF-8" doesn't look like an error message to me. The utf8 module allows you to use accented characters as values or variable names in your script source code, but that's all it does, so maybe you need to use some other module as well. If you can give us a snippet of code and some data, or a URL, that allows us to recreate the error, then maybe we can help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.