Help for this page
use strict; ... ShowMessage(); exit;
my $MESSAGE = 'Hello World!!!'; ... sub ChangeMessage { $MESSAGE = shift; }