|
Prev: interacting with another program that requires input
Next: FAQ 4.5 How do I convert between numeric representations/bases/radixes?
From: Bart Lateur on 5 May 2008 14:50 Ben Bullock wrote: >On Sat, 03 May 2008 16:58:46 -0700, arik wrote: > >> $title = $stream->get_trimmed_text("/title"); > ^^^^^^ >> print "Title:".$tile."\n"; > ^^^^^ >use warnings; >use strict; This guy posted the exact same question on Perlmonks, and, unsurprisingly, got the exact same reply (second rekly, by ikegami). http://perlmonks.org/?node_id=684388 I hate it when people are multiposting the same question all over, and are simply not paying attention to the replies. -- Bart.
From: Ben Bullock on 5 May 2008 20:25 On Mon, 05 May 2008 20:50:23 +0200, Bart Lateur wrote: > This guy posted the exact same question on Perlmonks, and, > unsurprisingly, got the exact same reply (second rekly, by ikegami). > > http://perlmonks.org/?node_id=684388 > > I hate it when people are multiposting the same question all over, and > are simply not paying attention to the replies. According to the times on the posts, arik / arikamir posted his question here via Google Groups at about 12.00 midnight UTC (17.00 his time), then got an answer from me twenty minutes later (9.20 in the morning my time), then three and a half hours after I'd posted an answer, apparently ignoring the answer I'd posted, he went to Perl monks and posted the same question there.
From: arik on 5 May 2008 20:51
On May 5, 5:25 pm, Ben Bullock <benkasminbull...(a)gmail.com> wrote: > On Mon, 05 May 2008 20:50:23 +0200, Bart Lateur wrote: > > This guy posted the exact same question on Perlmonks, and, > > unsurprisingly, got the exact same reply (second rekly, by ikegami). > > > http://perlmonks.org/?node_id=684388 > > > I hate it when people are multiposting the same question all over, and > > are simply not paying attention to the replies. > > According to the times on the posts, arik / arikamir posted his question > here via Google Groups at about 12.00 midnight UTC (17.00 his time), then > got an answer from me twenty minutes later (9.20 in the morning my time), > then three and a half hours after I'd posted an answer, apparently > ignoring the answer I'd posted, he went to Perl monks and posted the same > question there. I apologies for this, however I received the answer from the monks before I received the answer here in any case thank you all very much for taking the time and answering the question. I eager to get to a point that I can contribute as well. Arik |