On Friday 28 May 2004 05:47 pm, John W. Krahn wrote:
> "Beau E. Cox" wrote:
> > On Friday 28 May 2004 03:31 pm, Mandar Rahurkar wrote:
> > > for(@cont) {
> > >   tr/A-Z/a-z/;
> >
> > You forgot the 'g':
> >    tr/A-Z/a-z/g;
>
> tr/// doesn't have a /g option.
>
> perldoc perlop

OK. I was thinking s///.

>
>
> John
> --
> use Perl;
> program
> fulfillment


-- 
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