Here is what I am trying to do,

I want to grep on a semicolon, and then upper case the next character.

So if my input data is in the format of

Witkop; erik

I want to find the semicolon and then uppercase the 'e' in erik.

Any help?


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to