in reply to Re^2: XML::Writer oddness
in thread XML::Writer oddness
\$doc is a reference to an XML::Writer::_String object instead of a reference to a scalar,
Well, it's both, seeing as $doc is a scalar. And furthermore, the contents of the scalar are obviously meant to be used as a string (If not, $doc would be given a reference.) So don't be afraid to use it as a string.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML::Writer oddness
by TedHopp (Novice) on Feb 25, 2010 at 02:48 UTC | |
by ikegami (Patriarch) on Feb 25, 2010 at 04:48 UTC | |
by TedHopp (Novice) on Feb 25, 2010 at 20:03 UTC | |
by shmem (Chancellor) on Feb 25, 2010 at 22:35 UTC | |
by ikegami (Patriarch) on Feb 25, 2010 at 23:37 UTC |