Me wrote: : > n.b. chop() removes the last character; chomp() removes the last : > character only if it's a record separator (defined in $/). Either one : > will return the character chopped. : : Nah, chomp() returns number of chars dropped. You're right. I just get tired of looking everything up. ;) -- tdk
- Why can't $I = chop $array[1] David Blevins
- Re: Why can't $I = chop $array[1] Paul
- RE: Why can't $I = chop $array[1] David Blevins
- RE: Why can't $I = chop $array[1] Peter Cornelius
- Re: Why can't $I = chop $array[1] Timothy Kimball
- Timothy Kimball