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