Aditi Gupta wrote:
> Hi Perlers,
> 
> I have a file as follows:
> 
> #block1
> aaa
> aaa
> 
> #block2
> bbb
> bbb
> 
> #block3
> ccc
> ccc
> 
> and i want to append(or i should say merge) these blocks and get a
> file like this:
> 
> aaabbbccc
> aaabbbccc
> 
> how can this be done using perl?
> please help..
> 
> regards
> Aditi

Hi,

That looks like a fun and challenging problem.  I bet Perl would be good
at that.

Have you tried any Perl code yet?

This list works best when you present us some code you have tried that
is not working.  Then, we can help you fix it.  There are many on the
list who would be happy to write code for you for a reasonable fee,
however.  Is that what you are looking for?

--Errin

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to