The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
<head>
<title>Tests for Embperl - print to stdout </title>
</head>


<body>

optRedirectStdout: [+ $optRedirectStdout +] <BR>

[+ "Here goes some text via [ + ... + ]" +] <BR>

[- print OUT "Now we print to filehandle OUT" ; -] <BR>

[- print "And Now we print to STDOUT" ; -] <BR>

</body>
</html>