1234567891011
sub Subroutine($) { my $string = shift; # mach was mit $string# return $string; ICH HASSE DIESES return string;} Subroutine