#!/usr/local/bin/perl
use Hello5;
$h = new Hello5;

print $h->greet("Good morning\n");
print $h->greet2;

