#include using namespace std; int main () { cout << "Hello World!"; return 0; } #### #!/usr/bin/perl -w use strict; print "Hello world!\n";