open(CREDIT, "c/Log.txt"); while (my $credit = ) { chomp($credit); print ("$credit\n"); } close(CREDIT);