3 # this is really a faq2html and should only be used for this purpose
6 # change blank lines to  
7 $_ =~ s/^\s*$/\ \n/g;
12 $_ =~ s/(http:\/\/([a
-zA
-Z0
-9_
.\#\
/-\?\&]*)[^\) .\n])/\
<a href
=\"$1\"\
>$1\
<\
/a\>/g;
14 $_ =~ s/(\\|\/)$/$1 
;/g
; # clobber backslash on end of line