thendal
Programmer
- Aug 23, 2000
- 284
Hi all!
We can print out a html file as follows(dumping all the html codes in between tags.
print << "
We can print out a html file as follows(dumping all the html codes in between tags.
print << "
HTML:
";
<html>
</html>
[HTML]
ll'ly is there any way dump the html to a file
like
print FILE << "[end]";
<html>
</html>
[end]
close(FILE);
because in this way i can don't need to specfically escape the double quotes character.
I hope i have conveyed my question.
Thendal:)