|
Posted by Brian McCauley on June 2, 2006, 1:30 pm
Please log in for more thread options
zorro wrote:
> Hello,
> I need to parse xml, but am not allowed to install modules on the
> server.
Are you sure? Are you really sure? Are you really really sure?
Maybe you are not allowed to install modules in the shared module
directory.
Maybe you are not allowed to install modules that are not pure-Perl.
But if you are allowed to install scripts there is no reason why you
shouldn't be permitted to install pure-Perl modules in your own private
driectories. (There's nothing bad you could do by installing a module
that you could not do without).
> I have no idea which of the modules installed on the server
> will do the job. This is the list of installed modules :
> ByteLoader.pm
> B.pm
> DynaLoader.pm
> Config.pm
[ ... a list of modules, all with single component names ]
That's not the full list. You need to list all the *.pm files
_recursively_ to get all the modules.
None of those parse XML.
|