Introduction To Hashes
%hash = (20030227 => 'Multi-dimensional hashes', 20030113 => 'Introduction to mod_perl', 20021201 => 'The CPAN Module' );
This is a one-dimensional hash.
%hash = (20030227 => 'Multi-dimensional hashes', 20030113 => 'Introduction to mod_perl', 20021201 => 'The CPAN Module' );
This is a one-dimensional array.@array = ('20020701', '20020601', '20020501');