in reply to Writing output to a scalar with XML::Writer
which passes a reference to the constructor.my $writer = new XML::Writer(OUTPUT => \$output);
creates a reference to a literal string. So that won't work. Btw, next time tell us the error message. Because the error message is god.$output = \"";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Writing output to a scalar with XML::Writer
by longliveAJ (Acolyte) on Feb 15, 2006 at 20:05 UTC | |
by ikegami (Patriarch) on Feb 15, 2006 at 20:12 UTC | |
by longliveAJ (Acolyte) on Feb 15, 2006 at 20:20 UTC | |
by ikegami (Patriarch) on Feb 15, 2006 at 20:28 UTC | |
by longliveAJ (Acolyte) on Feb 15, 2006 at 20:37 UTC |