print("first"); BEGIN { delete $INC{'ModX.pm'}; use lib '../'; use ModX; } print("last");