- or download this
use B;
sub LogMe{
...
B->new;
B->_func2;
};
- or download this
package commonRoutine;
...
}
1
- or download this
use A;
use commonRoutine;
...
A->new;
commonRoutine->new;
}
- or download this
package A;
use strict;
...
}
1
- or download this
package B
...
}
1