- or download this
package CommonPiece;
require Exporter;
...
}
1;
__END__
- or download this
use CommonPiece;
htmlStyle; # this works
- or download this
BEGIN {
require CommonPiece;
...
htmlStyle;
#Undefined subroutine &main::htmlStyle called at /...path/