i keep getting this error in apache error log
:Apache2 IO flush: (103) Software caused connection abort at -e line 0
i checked online and read i need to use $r->print(),
i was trying to use $r->print() instead of print, but all my codes are printed like
print <<END1
html codes here
END1
my question is how can i use $r->print()
and instead of print <<END1
without chnageing entire code