in reply to Re^5: Alignment and matrix generation
in thread Alignment and matrix generation

Dear Choroba,

Thank you for your suggestions.

The only thing I changed in the code is the line:

- if (/^ +$/) { + if (/^\s+$/) {

It seems its working now, let me know if you find something else.

Regards