Help for this page
use strict; use warnings; ... our %t; local *t = $_[0]; $t{leggo} = "yes"; }
{ frisbee => 5 } { frisbee => 5, leggo => "yes" }