in reply to XML - Simple - loop

print $item->{'title'} for(@{$data->{'channel'}->{'item'}});
Something like that oughta get you on your way :)