Tom Christiansen writes: > and so and so forth. *That's* how people most expect functions to > work, and when a few of them don't, this confuses them. That's > what we get people wanting to do > > $line_sans_terminator = chomp <FH>; > > or > > $last_list_element = pop some_func(); They need to learn to speak English. $line_sans_terminator = chomped <FH>; $last_list_element = popee some_func(); Perhaps. Nat
- RFC 195 (v2) Retire chop(). Perl6 RFC Librarian
- Re: RFC 195 (v2) Retire chop(). Sven Neuhaus
- Re: RFC 195 (v2) Retire chop(). Tom Christiansen
- Re: RFC 195 (v2) Retire chop(). Nathan Torkington
- Re: RFC 195 (v2) Retire chop(). Nathan Torkington
- Re: RFC 195 (v2) Retire chop(). Damian Conway