Mariusz wrote: > > From: "John W. Krahn" <[EMAIL PROTECTED]> > > > > How to remove whitespace at the end (or beginning) of a string is a > > Frequently Asked Question. > > > > perldoc -q "How do I strip blank space from the beginning/end of a > > string" > > Thanks for replying. > My text data comes from text fields so I read them through param and then in > one instance I combine them into one string. Therefore, I don't need to > remove all white spaces - only the ones at the end. > > I tried to lookup the "perldoc -q" on the net but couldn't find anything? > (www.perldoc.com right?)
"perldoc" is a program that is installed on your computer when you install Perl. John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]