in reply to View The HTML ???
open (PAGE, "$file"); @HTML = <PAGE>; close (PAGE); print <<PART1; <textarea style="{border: solid 1 #000033; width: 900; height: 550;}" +name="text"> PART1 use CGI qw(:standard); print escapeHTML(join '', @HTML); print <<PART2; </textarea> PART2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: View The HTML ???
by Aristotle (Chancellor) on Aug 26, 2003 at 03:36 UTC | |
|
2Re: View The HTML ???
by jeffa (Bishop) on Aug 26, 2003 at 13:25 UTC |