]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/methodResponse_in_add__95__plugins.mdwn
minor change
[ikiwiki.git] / doc / bugs / methodResponse_in_add__95__plugins.mdwn
index 64a919cec5d2209d2b2069434d4756b595bd3999..8a88f4eda4baad883c157a891cc5461b93459e13 100644 (file)
 
 **patch comment:** solves the problem on 2.61. as these are the first lines of perl i've knowingly written, i can not explain what exactly was happening there.
 
+> Perl's `$_` handling is the worst wart on it, or possibly any language.
+> Here it's an alias to the actual value in the array, and when deep
+> in the external plugin load code something resets `$_` to a different
+> value, the alias remains and it changes the value at a distance.
+> 
+> Thanks for the excellent problem report, [[fixed|done]]. --[[Joey]]
+
 ------------------------------------------------------------------------------
     diff --git a/IkiWiki.pm b/IkiWiki.pm
     index e476521..d43abd4 100644