Skip to content

Instantly share code, notes, and snippets.

@lestrrat
Created December 1, 2015 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lestrrat/0bd6c13f68ae2770e563 to your computer and use it in GitHub Desktop.
Save lestrrat/0bd6c13f68ae2770e563 to your computer and use it in GitHub Desktop.
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