#!/usr/bin/perl -w use strict; use lib "."; use Simple::Child; my $thingy = new Simple::Child; print $thingy->get_foo . "\n" . $thingy->get_version . "\n"; $thingy->yip();