in reply to Re: FYI
in thread FYI, changing $/ "on the fly"
instead of:@array = ("stuff", "stuff****more\nstuff", "the rest of the file")
@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 | |
|