Created
December 1, 2015 01:32
-
-
Save lestrrat/0bd6c13f68ae2770e563 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shoebill% perl -MXML::LibXML -E 'say XML::LibXML->new()->parse_string("<foo>bar</foo>")->findvalue("baz")' | |
shoebill% perl -MXML::LibXML -E 'say XML::LibXML->new()->parse_string("<foo>bar</foo>")->findvalue("foo")' | |
bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment