<a href="/Sections/Genres/Sci-Fi/">Sci-Fi</a> / <a href="/Sections/Genres/Action/">Action</a> / <a
href="/Sections/Genres/Thriller/">Thriller</a> <a href="keywords">(more)</a>
and i try to :
[regexp -- {(?s)^.+>(.*)</a>$} $line - gen]
if i print $gen , the result is :
(more)
How do i fix this , to have $gen = Sci-Fi Action Thriller
?
thx for the support