From: James Edward Gray II Date: 2004-09-16T22:26:24+09:00 Subject: Re: Ex-Perl coders: Howz it feel to convert to Ruby? On Sep 16, 2004, at 2:44 AM, Robert Klemme wrote: > > "James Edward Gray II" schrieb im > Newsbeitrag > news:CBB35FB8-0732-11D9-B224-000A95BA45F8@grayproductions.net... > >> I feel Perl has a slight edge in quick and dirty scripting. Simple >> things like having to call to_s() on the integers I print or > > Under which circumstances do you need to_s for numbers? What's wrong > with > this? It's usually when I'm doing something like: puts "Total: " + 12345 James Edward Gray II