Subscribeperl -F'\s+\/\s+' -lane 'print qq(<a href="$F[1]">$F[0]<a>)'
perl -F'\s+\/\s+' -lane 'print qq(<a href="http:/$F[1]/">$F[0]<a>)'perl -F'\s+\/\s+' -lane 'print qq(<a href="http:/$F[1]/">$F[0]</a>)'You are not logged in, either login or create an account to post comments
This Here is a Title one or more words long / www.something.com
and turn it into a list of lines that look like this:
<a href="http://www.something.com/" title="This Here is a Title one or more words long"> </a>
posted by Grod at 9:23 AM on September 10, 2008