Language Interfaces - Parse::H This module provides subroutines for parsing C language header files (*.h files) while calling user-provided callback subroutines on various found elements. This module requires: - Perl itself, of course - the "Exporter" Perl module Manual installation of this module may require: - Perl itself, of course - the "AutoSplit" Perl module - the "Exporter" Perl module - the "ExtUtils::Command" Perl module - the "ExtUtils::Command::MM" Perl module - the "ExtUtils::Install" Perl module - the "ExtUtils::MakeMaker" Perl module - the "ExtUtils::Manifest" Perl module - the "ExtUtils::MY" Perl module INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Parse::H You can also look for information at: Search CPAN https://metacpan.org/release/Parse-H http://search.cpan.org/dist/Parse-H CPAN Request Tracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Parse-H http://rt.cpan.org/NoAuth/Bugs.html?Dist=Parse-H CPAN Ratings: https://cpanratings.perl.org/dist/Parse-H http://cpanratings.perl.org/d/Parse-H COPYRIGHT AND LICENCE Copyright (C) 2022 Bogdan Drozdowski This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.