Help for this page
my $html = 'this is the user text: «<!--usertext-->»'; my $userinput = 'Some text :)'; ... print $html, $/; __END__ this is the user text: «Some text :)»