package module::Modul2; use base 'Exporter'; our @EXPORT=qw(Funktion2); use CGI::Cookie; sub Funktion2 { return CGI::Cookie->fetch(); } 1;