perl concatenate array elements
        Posted  
        
            by iamrohitbanga
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by iamrohitbanga
        
        
        
        Published on 2010-03-13T06:04:06Z
        Indexed on 
            2010/03/13
            6:05 UTC
        
        
        Read the original article
        Hit count: 245
        
perl
I have an array of strings @array
I want to concatenate all strings beginning with array index $i to $j. how to do this?
© Stack Overflow or respective owner