Hi all, I know the terms of the list.. and before this i have always written a code and asked for a doubt if it doesn't work... but this time i'm not aware of any way to do the job.. thats why i asked to help me out, I haven't asked for any code, just hints what can be used. I'm sorry if i gave the wrong impression, i was expecting guidelines, not code.
regards, aditi On 6/22/05, Larsen, Errin M HMMA/IT <[EMAIL PROTECTED]> wrote: > > 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> > > >