Help for this page
# By reference my $root_address = shift; my $root = $$root_address;
# By value my $root = shift;