Anscheinend mag Perl es nicht, wenn der Block zu map auf der naechsten Zeile beginnt.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 29 Sep 2005 07:58:47 +0000 (07:58 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 29 Sep 2005 07:58:47 +0000 (07:58 +0000)
bin/mozilla/ct.pl

index e20efd2..0e1df52 100644 (file)
@@ -595,8 +595,7 @@ sub form_header {
 
   $select_greeting =
     qq|&nbsp;<select name=selected_cp_greeting><option></option>|;
-  map(
-     { $select_greeting .= qq|<option>$_</option>|; } @{ $form->{GREETINGS} });
+  map({ $select_greeting .= qq|<option>$_</option>|; } @{ $form->{GREETINGS} });
   $select_greeting .= qq|</select>|;
 ## /LINET