$ perl -wle' use KLARF; KLARF::more(); my $o = KLARF->new(); $o->foo("abc"); print $o->foo(); $o->bar("def"); print $o->bar(); ' abc def