Help for this page
sub invoke_static { my ($class, $method, @args) = @_; ... local *{$class}; $class->$method(@args); }
sub safe_from_evil_filehandles(&) { my ($cb) = @_; ... }; return $localizer->(); }