Revision 258bf9ae
Von Sven Schöling vor mehr als 13 Jahren hinzugefügt
SL/MoreCommon.pm | ||
---|---|---|
sub compare_numbers {
|
||
$main::lxdebug->enter_sub();
|
||
|
||
my $a = shift;
|
||
my $a_unit = shift;
|
||
my $b = shift;
|
||
my $b_unit = shift;
|
||
my ($a, $a_unit, $b, $b_unit) = @_;
|
||
|
||
$main::all_units ||= AM->retrieve_units(\%main::myconfig, $main::form);
|
||
my $units = $main::all_units;
|
Auch abrufbar als: Unified diff
compare_numbers argumente nicht rausshiften