Halihallo Christian
no strict 'refs';
@tmp = &{"SUPER::$method"}(@params);
$tmp = &{"SUPER::$method")(@params);
return wantarray ? @tmp : $tmp;So muesste es klappen.
Besten Dank, das tut es in der Tat! (btw. das @params musste ich machen, da ich innerhalb von "..." arbeitete, konnte ich jedoch selber ändern ;))
Viele Grüsse
Philipp