Help for this page
#!perl -w use strict; ... # Name Age Street my @user = (qw(John 42 Infinityway)); my %user = ...;