From: Shlomi Fish <shlo...@iglu.org.il> > On Monday 18 Apr 2011 08:50:43 Uri Guttman wrote: > > >>>>> "SF" == Shlomi Fish <shlo...@iglu.org.il> writes: > > SF> Hi Uri, > > SF> thanks for all your input on this list. See below for my response. > > > > SF> On Monday 18 Apr 2011 07:56:16 Uri Guttman wrote: > > >> >>>>> "mr" == marcos rebelo <ole...@gmail.com> writes: > > mr> Ugly but may work, with a simple eval > > mr> use strict; > > mr> use warnings; > > > > mr> my $var = '$str. q( abc_xyz)'; > > mr> my $str; > > > > mr> for(my $i=1;$i <= 5; $i++){ > > mr> $str = $i; > > mr> my $line = 'Line: '.eval $var; > > mr> print "$line\n"; > > mr> } > > > > >> NEVER do that for such a simple problem. eval string is a last resort > > >> when no other technique can work well. > > > > SF> Well, you are right naturally, but there is no need to be so > > SF> rude. Start your email with a greeting, continue with a > > SF> compliment, use soft words, etc. Otherwise, you may be scaring > > SF> many people away. See some of my advice in:
Try Alcoholics Anonymous. This is not a post-traumatic mutual support group, this is a technical mailing list! If you can't handle a terse and to the point reply, you should change the profession and try to find nicer talking people in the humanities. The catch is that the emails will start with a greeting, continue with a compliment, use soft words ... and be empty, empty, empty. > You could have said that it is not a good thing, while being polite and much > less hostile and angry. As it is, you are scaring many people from this list. As it is, those people should not be doing anything technical in the first place. The compiler will not start with a greeting and compliment their hairstyle either. Jenda ===== je...@krynicky.cz === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/