Help for this page
#!/usr/bin/perl ... print "Hello world!\n"; # prints to $output print STDERR 'STDOUT: ' . $output;
STDOUT: Hello world!