Hi, Nat
i considered concat ... already, but i felt like there would be a more elegant and shorter solution with regular expressions.
I'm sure there's one, but i'm no expert for regexp.
Gilbert
Why not use concat with a filterchain/headfilter?
Basically you read (with headfilter lines=25) the first 25 lines, concat the 26th line, then again using the headfilter this time skipping the blank line. The point is that concat can append any text string, not only the contents of files.
my $0.02
-nat
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]