Koha/misc/sax_parser_print.pl
Joshua Ferraro dd3f557f53 fixing nomenclature on files in misc/, adding a few new utilities
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-30 12:13:34 -06:00

6 lines
141 B
Perl
Executable file

#!/usr/bin/perl
# check the current SAX Parser
use XML::SAX::ParserFactory;
$parser = XML::SAX::ParserFactory->parser();
print "$parser\n";