Hi I'm reading data from MSAccess, joining 2 fetched values with a comma and writing to another table. The data seems to be padded. My resultant column shows some space between the two values eg valuefromFirstcolumn , valuefromSecondcolumn I have tried applying a regex $valuefromFirstcolumn =~s/W+$//; & $valuefromFirstcolumn =~s/s+$//; with no success. Assistance appreciated. Regards CCJ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Re: s/^W+//; Clinton
- Re: s/^W+//; Michael Kelly
- Re: s/^W+//; Clinton