This is the revision history for
local $_
in
<
*
:
##NULL
>
factoid_id
subject
copula
predicate
author
namespace
5751
local $_
is
sub call (&$) { local *_ = \$_[1]; $_[0]->() } $s = "foo"; call { $_ = "bar" } $s;
perlbot