>>>>> "GJ" == Glenn Jackman <> writes:
GJ> The XML::Twig docs show:
GJ> print ($optional_filehandle, %options)
GJ> Prints the whole document associated with the twig. To
GJ> be used only AFTER the parse.
GJ> Oh, perhaps the filehandle is optional but the options are mandatory.
GJ> In that case add an empty hash to the end:
GJ> $fd->print($xmlout, ());
that is no different from $fd->print($xmlout). the called method
couldn't tell the diff from those two calls.
and they are called 'options' so they are optional
uri