http://www.perlmonks.org?node_id=562037


in reply to Create html file from script

The problem is here:
print OUTPUT "<title>Created By Perl<\title>\n";
Perl interpret '\t' like a tab space.
The solution is write the correct char: '/'