BEGIN{ use File::Basename; ($name,$path,$suffix) = fileparse ($0); print "path: $path"; push @INC, "$path/perl"; }