Help for this page

Select Code to Download


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