in reply to I need help with some logic.
@file = <FILEHANDLE>; # or: { local $/ = undef; $file = <FILEHANDLE>; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: I need help with some logic.
by Anonymous Monk on Jul 11, 2000 at 22:15 UTC | |
by Adam (Vicar) on Jul 11, 2000 at 22:29 UTC |