in reply to Re: An interesting Perl problem to extract file content
in thread An interesting Perl problem to extract file content

hi thanks for your reply..here's another small example..

>first

ACCGG

ATGTTG

GCCTAA

>firsta

ACCGG

A--TTG

--CTAA

Here..everything in >first and >firsta is similar except the ---- part. So Perl should extract : TG GC from >first
  • Comment on Re^2: An interesting Perl problem to extract file content

Replies are listed 'Best First'.
Re^3: An interesting Perl problem to extract file content
by Anonymous Monk on Dec 08, 2010 at 22:00 UTC
    No..strings won't be always of same length or line..