use strict; use foobar; main(); sub main() { my $fb = new foobar( foo=>'Lance', bar=>'Deeply' ); print $fb->getFooBar() ."\n"; }