silly perl script

vertigo

Swollen Member
i recently wrote this for a friend, just thought i'd post it in case anyone else had a similar need. it's just a little script that will convert a text outline into an html outline (using nested ol tags).

outline2html

run it by piping the input/output like this:
perl outline2html.pl < inputfile > outputfile
 
Hey Vertigo - I like your script. I'm learning perl and this is very informative for me. Thanks!
 
Back
Top