in reply to
automagic-HTML regex
$x =~ s/^(?=.)/<li>/g; # LIs at the start of each line
Seems to to do the trick
artist
Comment on
Re: automagic-HTML regex
Download
Code
In Section
Seekers of Perl Wisdom