Need an efficient XML writer for Perl

I don't care about user friendliness, but I don't wanna re-invent the wheel either. What's a good XML writer for Perl that's the most efficient? Thanks!

use XML::Parser;

See perl CPAN for tutorials, examples, etc.