package myZweitesModule; use strict; use diagnostics; use warnings; use Exporter; our @ISA = qw (Exporter); our @EXPORT = qw ($VERSION); our $VERSION = 0.01; 1;