Help for this page

Select Code to Download


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