use strict; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); require Exporter; @ISA = qw(Exporter AutoLoader); # Items to export into callers namespace by default. Note: do not export # names by default without a very good reason. Use EXPORT_OK instead. # Do not simply export all your public functions/methods/constants. @EXPORT = qw( &dfv_results &dfv_error_page &check_rm_error_page &check_rm &validate_rm ); @EXPORT_OK = qw( ); $VERSION = '2.1'; # ... ab jetzt kommt Kode