Help for this page

Select Code to Download


  1. or download this
    # By reference
    my $root_address = shift;
    my $root = $$root_address;
    
  2. or download this
    # By value
    my $root = shift;