foreach my $ref ( @products ) { if ($ref->{prodname} =~ ($value)) { print ""; print $ref->{prodname}; print ""; print "
"; print "{img1}\">"; print "
"; print $ref->{prodprice}; print "
"; print "{prodcode}\">", "Add to Cart", ""; #print $ref->{prodtext}; print "
"; print "
"; ######This part stops my foreach loop my $textfile = "$ref->{prodname}"; open (INF, $textfile) or die "Can't open file"; my @scoop = ; close (INF); print "@scoop"; ######### } }