hello_world.pl 

#!/usr/bin/perl

use strict;
use warnings;

use Clutter qw( :init );

# ...