The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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