in reply to Re: FYI
in thread FYI, changing $/ "on the fly"

almost but that would produce an array like this
@array = ("stuff", "stuff****more\nstuff", "the rest of the file")
instead of:
@array = ("stuff", "more\nstuff", "the rest of the file")

Replies are listed 'Best First'.
Re: Re: Re: Fyi
by Cine (Friar) on Aug 23, 2001 at 22:07 UTC
    Then put the two in the same scope and remove the second local...

    T I M T O W T D I
    A reply falls below the community's threshold of quality. You may see it by logging in.