Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: LibXML version ( XML::LibXML::LIBXML_DOTTED_VERSION(), XML::LibXML::LIBXML_VERSION(), XML::LibXML::LIBXML_RUNTIME_VERSION(), $XML::LibXML::VERSION, )

by Anonymous Monk
on Nov 26, 2013 at 12:06 UTC ( [id://1064399]=note: print w/replies, xml ) Need Help??


in reply to Re^3: LibXML version
in thread LibXML version

If you have yet to discover which version of libxml is installed I suggest you speak to your systems administrator, keeping in mind what Tux as told you.

Don't bother the nice administrator with stuff you can find out yourself

$ perldoc XML::LibXML |grep -in version 10: $Version_String = XML::LibXML::LIBXML_DOTTED_VERSION; 11: $Version_ID = XML::LibXML::LIBXML_VERSION; 12: $DLL_Version = XML::LibXML::LIBXML_RUNTIME_VERSION;
use XML::LibXML; print join "\n", XML::LibXML::LIBXML_DOTTED_VERSION(), XML::LibXML::LIBXML_VERSION(), XML::LibXML::LIBXML_RUNTIME_VERSION(), $XML::LibXML::VERSION, ""; __END__ 2.9.0 20900 20900 2.0014
  • Comment on Re^4: LibXML version ( XML::LibXML::LIBXML_DOTTED_VERSION(), XML::LibXML::LIBXML_VERSION(), XML::LibXML::LIBXML_RUNTIME_VERSION(), $XML::LibXML::VERSION, )
  • Select or Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-25 10:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found