Menu

HTML2PERL

Hi.
My project today was to build a package, that helps me to transform series of strings, of course from html documents, into a serie of valid perl print statements.

The problem was the regular expression:
=~ /<(.*?)>/
my solution is:
=~ /^<(.*?)>$/

Posted by scio 2008-10-01

Log in to post a comment.