Artist Title Album Year Genre ------ ----- ----- ----- ----- Rock Fusion Fusion 2002 other MelB who am I dont 2003 other bon jo Armyman jojo 2009 others etc. #!/usr/bin/perl use warnings; use strict; my %hasharray; open (my $fh, "<", "C:/songdata1.txt") or die "can't open the file"; while (<$fh>){ my ($header,$info) = split /:/; }