NAME

stag-parse.pl

SYNOPSIS

stag-parse.pl -parser XMLParse -handler ITextWriter file1.txt file2.txt

stag-parse.pl -parser MyMod::MyParser -handler MyMod::MyWriter file.txt

DESCRIPTION

script wrapper for the Data::Stag modules

feeds in files into a parser object that generates nestarray events, and feeds the events into a handler/writer class

ARGUMENTS