Skip to content

Commit

Permalink
Merge branch 'master' of github.com:perl-doc-cats/perlfaq
Browse files Browse the repository at this point in the history
Conflicts:
	lib/perlfaq9.pod
  • Loading branch information
ranguard committed Jan 8, 2012
2 parents b9c586e + 83ffa0d commit 646ed62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/perlfaq9.pod
Expand Up @@ -34,7 +34,7 @@ There are many Perl web frameworks, e.g. :

=back

These are just a few of the more widley used ones. All of them
These are just a few of the more widely used ones. All of them
interact with or use L<Plack> which is worth understanding
the basics of, as there is a lot of useful
L<Plack::Middleware|https://metacpan.org/search?q=plack%3A%3Amiddleware>.
Expand Down Expand Up @@ -69,7 +69,7 @@ plain text.

=head2 How do I extract URLs?

L<HTML::SimpleLinkExtor> will extract URLS from HTML, it handles anchors,
L<HTML::SimpleLinkExtor> will extract URLs from HTML, it handles anchors,
images, objects, frames, and many other tags that can contain a URL.
If you need anything more complex, you can create your own subclass of
L<HTML::LinkExtor> or L<HTML::Parser>. You might even use
Expand Down

0 comments on commit 646ed62

Please sign in to comment.