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

  Data::Stag::DTDWriter - DTD Writer

SYNOPSIS

  my $p = Data::Stag->parser;
  $p->handler('dtd');
  $p->parse($file);
  

DESCRIPTION

PUBLIC METHODS -