#!/usr/bin/perl -- use strict; use warnings; use ZenTaraE; hello(); ZenTaraE->new( name => "Bob" )->goodbye(); exit( 0 );