Learn Perl wrote: > I have a simple question. > > Is there ways to get rid of any spaces within a variable? > > say the variable holds " R" or "R " or " R ". > is there a function I could use for that? > I tried chomp but it will only get rid of the last space but not the > leading spaces.
You can also use the CPAN module String::Strip Greetings, Janek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]