in reply to Re^2: How to strip everything in a string except HTML Link
in thread How to strip everything in a string except HTML Link

Have you looked at the modules I linked? They will all happily extract the links.

Alternatively, you might want to (re)read perlre, but I would use an existing HTML parser instead of trying my own.

  • Comment on Re^3: How to strip everything in a string except HTML Link

Replies are listed 'Best First'.
Re^4: How to strip everything in a string except HTML Link
by Anonymous Monk on May 15, 2015 at 07:41 UTC
    Yeah, I looked over them all, very complicated for me, since I've not been writing Perl scripts for over 3 years, so I've forgotten nearly everything, except simple code...