Re: Problem with perl code

2007-07-09 Thread John W. Krahn
brajesh agrawal wrote: Hi, Hello, My input file (string) has strings as below asfd1-asfd2-asfd3 asfd2-asfd3-asfd1 asfd1-asfd4-asfd3 (Create a file named string with above lines as a testcase for program) each line represents a loop, for example for line-1 asfd1 to asfd2 to asfd3 and back t

Re: Problem with perl code

2007-07-09 Thread Paul Lalli
On Jul 9, 6:02 am, [EMAIL PROTECTED] (Brajesh Agrawal) wrote: > My input file (string) has strings as below > > asfd1-asfd2-asfd3 > asfd2-asfd3-asfd1 > asfd1-asfd4-asfd3 > > (Create a file named string with above lines as a testcase for program) No. You are the one asking for help. You should be

Re: Problem with perl code

2007-07-09 Thread yitzle
This module might simplify your task somewhat: Array::Iterator::Circular http://search.cpan.org/~stevan/Array-Iterator-0.06/lib/Array/Iterator/Circular.pm -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/