Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

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

by cavac (Parson)
on May 06, 2022 at 13:30 UTC ( [id://11143624]=note: print w/replies, xml ) Need Help??


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

Ok, all seems to work here on my Linux distro Xubuntu 20.04:

  • XML::CanonicalizeXML
    sudo apt install libxml2-dev cpan XML::CanonicalizeXML
  • XML::XPath (this also installs XML::XPath::XMLParser i think)
    cpan XML::XPath
  • Crypt::OpenSSL::RSA
    cpan Crypt::OpenSSL::RSA

There may be additional dependencies/libraries you have to install in your Linux distro. I've tested this on my office dev machine, on which i already have a huge amount of stuff installed.

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-19 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found