Help for this page
#!/usr/bin/perl -w use strict; ... }; print "$$hashNameRef{'name'}\t$$hashNameRef{'species'}\t$$hashName +Ref{'gender'}\t$$hashNameRef{'age'}\t$$hashNameRef{'hairColor'}\n"; }
Tony,human,male,47,gray Mark,human,male,48,brown Tyler,dog,male,11,brown Anthi,human,female,39,black Spud,cat,male,14,white Erica,human,female,23,blonde