in reply to How do I change the code to get percent match and matched words between two texts?

If you read your code you should see what the problem is, perl gives you a hint where to look, not that it's a long script. The line prior to your print statement is where the problem lies. Not ended properly, it doesn't do what you think it does either. Still ignoring previous advice I see.

  • Comment on Re: How do I change the code to get percent match and matched words between two texts?

Replies are listed 'Best First'.
Re^2: How do I change the code to get percent match and matched words between two texts?
by supriyoch_2008 (Monk) on Sep 28, 2012 at 13:09 UTC

    Marto,

    Thanks for your comment. I shall once again read those texts mentioned under previous advice and try to fix the the problem.

    With regards,