On Fri, 22 Nov 2002, Mariusz K wrote: > Hi, > > One part of my script ads several strings into one: > $text = $part1.$part2.$part3.(...etc) > > However, if the part3 through part10 were empty I get that many white spaces > at the end of $text. I thought the best thing would be just to remove the > spaces at the end, but how? (maybe search and remove pattern?)
perldoc -q space -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]