Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 290df7c8

Von Sven Schöling vor fast 18 Jahren hinzugefügt

  • ID 290df7c8b37a75d3796e589c3fa0a58feaa9e92c
  • Vorgänger d629acd8
  • Nachfolger a9d015d8

return muss nach leave_sub stattfinden, sonst wird das ignoriert

Unterschiede anzeigen:

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