in reply to while or for?

I suggest using a mixture of a while loop, perhaps a join statement, and a dash of split. However, you have not really provided much information so my suggestion could be entirely wrong.

And you didn't even know bears could type.

Replies are listed 'Best First'.
Re^2: while or for?
by Anonymous Monk on Dec 30, 2008 at 04:47 UTC
    the program i have written is
    open(FH,"input.txt") or die "cant open"; @array=<FH>; foreach(@array){ if($_!=~m/^>/) { $_=~s/\n//g; print "$_\n"; } }
    the desired result is
    #PLOT1 a b c d f g i a c g s h b h f d #PLOT2 b g d i s e w d u b a o n i o p w q c u s t r r y #PLOT3 e r t d v g v g b