# main use lib '.'; use strict; use warnings; use X; use Y; warn "hehh"; print "X opened: ".X::check_data() ."\n"."Y opened: ".Y::check_data() ."\n";