Skip to content

Instantly share code, notes, and snippets.

@genehack
Created July 22, 2015 04:09
Show Gist options
  • Save genehack/4d980aec1e6b463812de to your computer and use it in GitHub Desktop.
Save genehack/4d980aec1e6b463812de to your computer and use it in GitHub Desktop.
yes, this is easier to read.
my @outer_content = $elem->content_list;
my @inner_content = $outer_content[1]->content_list;
my $attr = $inner_content[2]->attr('text');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment