in reply to Re: XML::Writer oddness
in thread XML::Writer oddness
Thanks. That makes sense. Courtesy of XML::Writer, \$doc is a reference to an XML::Writer::_String object instead of a reference to a scalar, as I expected.
gzip does lots of different things depending on its first arg. Of course, the docs for Gzip say that if the first arg isn't something it expects (a filename, filehandle, scalar reference, array reference, or an Input FileGlob string), it will return undef. Instead, it dies. How rude.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XML::Writer oddness
by ikegami (Patriarch) on Feb 24, 2010 at 20:15 UTC | |
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 ikegami (Patriarch) on Feb 25, 2010 at 23:37 UTC | |
by shmem (Chancellor) on Feb 25, 2010 at 22:35 UTC |