Not at all. It makes the package DIVISION an "Exporter", and it actually exports the two subs to the caller's namespace. If you don't use Exporter, you'll have to call the subs this way :
my $number = DIVISION::divideInterger(5,42);
DIVISION::printer();