in reply to Re: Strange File read problem
in thread Strange File read problem
wrong. the readline operator will return all the lines in list context. Setting $/ to undef will only make the whole file be treated as one line, so the file will be in one array element instead of being smeared across the array.
-nuffin
zz zZ Z Z #!perl