Help for this page
sub flatten { my ($struct) = @_; ... return \$_[0] # <- We need to use the alias, not a copy. } }