Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Golf: Fix de facto HTML comments

by bageler (Hermit)
on Jul 18, 2004 at 22:12 UTC ( [id://375448]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Golf: Fix de facto HTML comments

here's 56. I used a period since the other char acted funky in my editor.

edit: trimmed two chars, removed unneccessary character replacements.
#2345678 1 2345678 2 2345678 3 2345678 4 2345678 5 23456 s/<!--(.*?)-->/(my$x=$1)=~s!-(-?)!$1.!g;"<!--$x-->"/egs;

two chars less, 54:
#2345678 1 2345678 2 2345678 3 2345678 4 2345678 5 23456 s/<!--(.*?)-->/($_=$1)=~s!-(-?)!$1.!g;"<!--$_-->"/egs;

makes less changes, but adds to 55:
#2345678 1 2345678 2 2345678 3 2345678 4 2345678 5 23456 s/<!--(.*?)-->/($_=$1)=~s!-(-+?)!$1.!g;"<!--$_-->"/egs;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://375448]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.