Perl-er has asked for the wisdom of the Perl Monks concerning the following question:
I am using the LibXML.pmmodule for some XML validations. I found that some files were failing in the parse_file() subroutine of the module; and specifically at the eval { $result = $self->_parse_file(@_); }; statement. I figured out that the error was due to the non-UTF 8 characters being present.
However, I would like to know from where the _parse_file() subroutine is being referenced in the module. I didn't find it in any underlying module/referenced file.
Many thanks,
Ketan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: parse_file() subroutine of LibXML.pm module
by Anonymous Monk on Jun 22, 2009 at 06:39 UTC | |
by Perl-er (Initiate) on Jun 23, 2009 at 04:00 UTC |