Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Can I use the Following Modules in the Linux version of Perl.

by Anonymous Monk
on May 03, 2022 at 16:23 UTC ( [id://11143549]=note: print w/replies, xml ) Need Help??


in reply to Can I use the Following Modules in the Linux version of Perl.

I have XML::XPath and XML::XPath::XMLParser installed on my Raspberry PI. uname identifies the OS as armv7l GNU/Linux. I do not use the other two modules.

Now, I run a custom-built Perl and installed these using the CPAN client. If you are using the system Perl, you will either have to figure out which OS packages to install (if they are in fact available), or figure out how to make a local::lib installation.

When I tried XML::CanonicalizeXML, it failed for a missing library. This does not mean it can not be done, it just means I need to figure out what else needs to be installed to support it. Crypt::OpenSSL::RSA pulled in a few other modules, but tested successfully on my Raspberry PI, meaning that it could be installed and used.

Summary of my personal experience:

  • XML::CanonicalizeXML - No relevant experience;
  • XML::XPath - Yes;
  • XML::XPath::XMLParser - Yes;
  • Crypt::OpenSSL::RSA - Almost certainly yes.

Note that XML::XPath::XMLParser is part of the XML-XPath distribution. If you can get XML::XPath, you should get XML::XPath::XMLParser along with it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11143549]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-23 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found