package Module1;
# a copy of this module is saved in Module1.pm

#this is a module that does nothing real
my $x = "from the module";
our $y = "also from the module";

1; #modules need to return true
