#!/usr/bin/python import platform print("Hello world from Python v" + platform.python_version()) """ #!/usr/bin/perl # Note: This must be invoked using the -x parameter to allow Perl # to "find" the Perl code embedded in the larger file # # Example: perl -x dual-perl-python.py use English; print "Hello world from Perl $PERL_VERSION\n"; __END__ """