in reply to
Format to save and display
As a general rule for
my work
I always try to safe things as native as possible. So I can prepare the data specifically to the later needs, e.g. display it in html a.s.o.
p
e
l
a
g
i
c
Comment on
Re: Format to save and display
Replies are listed 'Best First'.
Re^2: Format to save and display
by
Anonymous Monk
on Jun 08, 2004 at 13:07 UTC
I'm worried about security.
What if the text contains evil code? For example, code that can be executed with '<script>code here</script>'
[reply]
In Section
Seekers of Perl Wisdom