use strict; use warnings; say('Perl'); # - - - - - - - - - - - - - - - - - - # use Inline Python => <<'MONTY' def say(stuff): print 'python says: ' + stuff MONTY # - - - - - - - - - - - - - - - - - - #