Revision 290df7c8
Von Sven Schöling vor fast 18 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
$hash_ref->{snumbers} =~ s/^.+_(.*)$/$1/g;
|
||
$tempArray[$i++] = $hash_ref;
|
||
}
|
||
return \@tempArray and $main::lxdebug->leave_sub()
|
||
$main::lxdebug->leave_sub() and return \@tempArray
|
||
if ($i > 0 && $tempArray[0] ne "");
|
||
}
|
||
$main::lxdebug->leave_sub();
|
Auch abrufbar als: Unified diff
return muss nach leave_sub stattfinden, sonst wird das ignoriert