Hey,

On an Oct 25 thread, someone asked how to remove trailing spaces.
The response was $Value =~ s/\s+$//.

Question.

1. The string upon which this operation was made is on $_ correct?
2. If I've made the assignment $tempstring = substr($_ ,0,20) how do I
remove trailing spaces from $tempstring?
( I don't want to do the operation on $_ ) 

Thanks,

Frank



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

Reply via email to