table of contents
Autodia::Handler(3pm) | User Contributed Perl Documentation | Autodia::Handler(3pm) |
process¶
parse file(s), takes hashref of configuration, returns no of files processed
NAME¶
Handler.pm - generic language handler superclass
CONSTRUCTION METHOD¶
Not actually used but subclassed ie HandlerPerl or HandlerC as below:
my $handler = HandlerPerl->New(\%Config);
2022-11-02 | perl v5.36.0 |