Revision 0aa55515
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DB/Helper/Manager.pm | ||
---|---|---|
20 | 20 |
|
21 | 21 |
sub get_first { |
22 | 22 |
shift->get_all( |
23 |
@_, |
|
23 | 24 |
limit => 1, |
24 | 25 |
)->[0]; |
25 | 26 |
} |
Auch abrufbar als: Unified diff
Flexiblere Verwendung von get_first