in reply to Re^2: perl xml parsing
in thread perl xml parsing
From the command line run this:
perl -MXML::SAX -e "XML::SAX->add_parser('XML::SAX::PurePerl')->save_p +arsers()"
Also consider adding the following lines to your code:
use strict; use warnings;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: perl xml parsing
by poper12 (Initiate) on May 25, 2012 at 14:56 UTC | |
by marto (Cardinal) on May 25, 2012 at 15:05 UTC | |
by poper12 (Initiate) on May 25, 2012 at 15:12 UTC | |
by marto (Cardinal) on May 25, 2012 at 15:15 UTC | |
by poper12 (Initiate) on May 25, 2012 at 15:19 UTC | |
|