Help for this page
use Perl 5.012; say "Hello, world!"; exit 0;
#include <stdio.h>; int main(void) ... printf( "Hello, world!\n" ); exit(0); }