- or download this
- pre processor
- processor
- post processor
- engine
- or download this
sub engines {
...
}
return @engines;
}
- or download this
sub new {
...
return $dt;
}
- or download this
sub all {
...
return \@subs;
};
}
- or download this
sub _engine {
...
return $cref;
}
- or download this
sub all {
...
$self->run($p);
}
- or download this
sub run {
...
return $struct;
}
- or download this
my $engine = $self->_engine($p, $subs);
...
$subs = $engine->($p, $subs);
$self->{write_file_contents} = $p->{write_file_contents};
}