#!/perl/bin/perl print "Content-Type: text/html\015\012\015\012"; @cities = ("Seattle", "Odense", "Venice", "Lewes", "Olso"); # Here its no problem print "\n"; # But here is my nightmare $test="\n"; print $test;