Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
        };
        print "$$hashNameRef{'name'}\t$$hashNameRef{'species'}\t$$hashName
    +Ref{'gender'}\t$$hashNameRef{'age'}\t$$hashNameRef{'hairColor'}\n";
    }
    
  2. or download this
    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