in reply to Comment not matching code in Programming Perl

Try removing the "unless eof", then add a \ to the end of second file and you'll see why its there. Its to prevent you reading after you have read the last line of the last file.

goldclaw

  • Comment on Re: Comment not matching code in a href