in reply to Re: strip text from a string
in thread strip text from a string
This isn't a homework assignment, I'm trying to strip out column values in various SQL statements, that have been outputted to a log file. The example given was a trivial example to simplify the request, I have a perl script that pulls the statements into a .csv file, so that I can then group the statements together and write indexes based on the SQL.
The SQL is produced from code, so will always call the same columns in the same order so as long as I strip out the data held in the columns I can work out what indexes are needed.
I only started to use perl on Monday, I'll have a look at the perldocs. It's a case of on the job learning.
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: strip text from a string
by kennethk (Abbot) on Sep 11, 2014 at 17:48 UTC | |
by KalaMonkey (Initiate) on Sep 12, 2014 at 09:44 UTC | |
|
Re^3: strip text from a string
by GrandFather (Saint) on Sep 11, 2014 at 21:11 UTC |