sorry sent it out ot the list

.... if it's just V you want to replace you can try

$something =~ s/V/v/g;
--- "Adamiec, Larry" <[EMAIL PROTECTED]> wrote:

> 
> 
> > -----Original Message-----
> > From: William Black [mailto:[EMAIL PROTECTED]
> 
> > Sent: Friday, January 07, 2005 08:42
> > To: beginners@perl.org
> > Subject: re: Search And Replace
> > 
> > 
> > Hello All
> > 
> > I'm tryiing to search and replace in both perl and
> korn shell.
> > 
> > For Example:
> > 
> > X=G1234V00
> > 
> > I want to replace all occurences of 'V' with 'v'
> in both perl 
> > and korn shell
> > 
> > William Black
> 
> In Perl, you can use ucase and lcase.
> In Korn, you can use tr  (see man pages for details)
> 
> Larry 
> 
> --
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> <http://learn.perl.org/>
> <http://learn.perl.org/first-response>
> 
> 
> 



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to