#! /usr/bin/perl use warnings; use strict; use feature qw{ say }; use XML::LibXML; my $string = q~...~; my $xml = 'XML::LibXML'->load_html(string => $string); say for $xml->findnodes('//a');
In reply to Re: How to strip everything in a string except HTML Link
by choroba
in thread How to strip everything in a string except HTML Link
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |