Help for this page
#non shared hash version my %abc; ... } }
# shared hash version. my %abc : shared ; ... } }