package test;
sub test
{
    print("Uvnitř test.pm.\n");
}
1;
