in reply to An interesting Perl problem to extract file content

Now is it possible to write a perl script that would extract the text starting after >firsta and before the start of - for each line?>

Yes, it is.

Also, would it be possible to extract the unmatched text from >first?

Yes, it would.

Hint - if you show what you have tried, more likely to get a helpful response.

  • Comment on Re: An interesting Perl problem to extract file content

Replies are listed 'Best First'.
Re^2: An interesting Perl problem to extract file content
by Anonymous Monk on Dec 08, 2010 at 21:53 UTC
    hi thanks..now posted my code..