Thank you for your response. I went to perldoc on the net and couldn't find
any examples or more info on "-q space"

Mariusz


----- Original Message -----
From: "Sudarshan Raghavan" <[EMAIL PROTECTED]>
To: "Perl beginners" <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 1:29 AM
Subject: Re: removing white space


> 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]
>

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to