in reply to Re^4: Writing output to a scalar with XML::Writer
in thread Writing output to a scalar with XML::Writer

0.520 did not support this. From the 0.520 documentation:

OUTPUT

An object blessed into IO::Handle or one of its subclasses (such as IO::File); if this parameter is not present, the module will write to standard output.

Passing a string reference was only introduced in 0.530.

  • Comment on Re^5: Writing output to a scalar with XML::Writer

Replies are listed 'Best First'.
Re^6: Writing output to a scalar with XML::Writer
by longliveAJ (Acolyte) on Feb 15, 2006 at 20:37 UTC
    Thanks a lot buddy...