Help for this page
perl -MLWP::Simple -e "getprint 'http://atys.ryzom.com/api/character.p +hp?key=FR521366R0REA16F998&part=items'"
use LWP::Simple; my ($html, @found, $line); ... print $headers->as_string() . "\n"; #print '<?xml version="1.0" encoding="utf-8"?>'; print $html;