Skip to content

Commit

Permalink
fixed small bug in scraping recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 26, 2012
1 parent dc28984 commit 776ef4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -738,7 +738,7 @@ sense for a standalone parser.
}

# Text after last element
say $elements->[-1]->text_after(0);
print $elements->[-1]->text_after(0);
}
all_text($tx->res->dom->children);

Expand Down

0 comments on commit 776ef4e

Please sign in to comment.