stdintest.pl to HTML.

index -|- end

Generated: Tue Feb 2 17:54:56 2010 from stdintest.pl 2005/11/30 153.

#!/Perl
use IO::Handle;
STDOUT->autoflush(1);
STDERR->autoflush(1);
print "Hello, World... STDIN test\n";
$input = <STDIN>;
print $input;

index -|- top

checked by tidy  Valid HTML 4.01 Transitional