Preserved Topic: Pulling Flat Text Files. |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Small Patch of Grass in CT |
posted 05-19-2001 16:29
I have asked many questions on this topic and I apologize to anybody who this sounds repetative to. What i am trying to do is pull info from a flat text file. I am just wondering the capabilities of this. The php book i have does not explain this. Im looking to pull info or layout elements from it, to make less coding. anybody got any ideas? |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 05-19-2001 21:29
Could you be a little more specific about the info in the text file, and what you want to do with it. |
Paranoid (IV) Inmate From: other places |
posted 05-19-2001 22:55 |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 05-20-2001 00:03 |
Paranoid (IV) Inmate From: other places |
posted 05-20-2001 05:10
I wind up having to parse things a lot that came out of a mainframe, and turn them into non-crap. Those COBOL jocks have a difficult time with anything but text, and that's difficult enough for them. They don't have regular expressions, in-place editing, fancy quoting operators, or the other niceties that Perl gives programmers. |
Paranoid (IV) Inmate From: north hills, ca usa |
posted 05-20-2001 06:27
>They don't have regular expressions, in-place editing, fancy quoting |