compare_numbers argumente nicht rausshiften
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 19 Sep 2011 15:32:19 +0000 (17:32 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 19 Sep 2011 15:32:19 +0000 (17:32 +0200)
SL/MoreCommon.pm

index 048e3ec..ded6ddf 100644 (file)
@@ -59,10 +59,7 @@ sub restore_form {
 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;