Re: trailing spaces
[email protected] (James Taylor) Wed, 20 Aug 2003 23:58:41 +0100 (BST)
| Newsgroups | perl.riscos |
|---|---|
| Message-ID | <[email protected]> |
On Wed 20 Aug, Colin Foster wrote:
>
> Is there an easy way to remove the trailing
> spaces in the string "TRAILING SPACES "
Hmmm, I'm not sure whether to give you a fish or a fishing rod.
The fish is:
$string =~ s/ +$//;
But, more usefully, the fishing rod is:
Learning Perl, 3rd edition
http://www.oreilly.com/catalog/lperl3/
or:
The site for people learning Perl
http://learn.perl.org/
or even:
Online Perl documentation
http://www.perldoc.com/
--
James Taylor, Cheltenham, Gloucestershire, UK. PGP key: 3FBE1BF9