#!/usr/bin/perl

$greeting = "hello world";
print "$greeting\n";
