Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    my %hash=("bob" =>123,
    ...
            $hashRef->{$_} .= "hello"; #Change Values
        }
    }
    
  2. or download this
    tom = CAT
    bob = 123
    tom = CAThello
    bob = 123hello