Help for this page
# client code use NiftySuperPack; whooo("hey"); # exported function my $obj = Nifty->new(); # where did that constructer come from?
# NiftySuperPack.pm # There *is* no package NiftySuperPack! ... no strict; *{caller() . "::whooo"} = \&Nifty::Utils::whooo; # forced export }