package Errors; require Exporter; use strict; our @ISA = qw(Exporter); our @Export = qw( error, ff_error, HTMLErrorFormat, ); # ... more stuff...