in reply to Matching optionally quoted string
print $_->getAttribute( 'HREF' ), "\n\n" for XML::LibXML ->new() ->parse_fh( \*ASX ) ->findnodes( '//ref' ) [download]
Makeshifts last the longest.