Escaping HTML tags

2002-03-23 Thread Scott Wahlstrom
Severe newbie that would RTFM if I would have brought it home and i'm not asking the right monestary search strings so i humbly ask for your help... i'll go get going on a fresh pot of coffee...anyhew - snippet away... #!/perl open(OUTPUT, /www/html/toc.html); print (OUTPUT

Re: Escaping HTML tags

2002-03-23 Thread root
I'll gotta stop sending over-caffinated emails...wow, -w works... Scott Wahlstrom wrote: Severe newbie that would RTFM if I would have brought it home and i'm not asking the right monestary search strings so i humbly ask for your help... i'll go get going on a fresh pot of

Re: Escaping HTML tags

2002-03-23 Thread bob ackerman
easiest i would think is here-doc. I like: open (OUTP, hdtst) or die no can open\n; print OUTP HEHE; abc def ghi jkl HEHE On Saturday, March 23, 2002, at 08:15 PM, Scott Wahlstrom wrote: Severe newbie that would RTFM if I would have brought it home and i'm not asking the right monestary