I am wondering is why that previous post was put up anonymously. Does your girlfriend read/., and would she recognize the situation and punish you for airing dirty laundry?
If somebody asks for my advice on making a computer purchase, then turns around and goes against my advice, my hands are clean of the matter. I might investigate out of curiousity, but if they want something fixed, then it is up to them to call paid support, or get their "other expert" to fix the problem.
Ledskof wrote:
Sounds like visual basic programmers are complaining or something
----
So this snippet from the article is in Visual Basic? That is news to me...
my ($state_var1, $state_var2) = (0, '');
my (%collector1, $collector2);
while () {
next if (/rexexp-for-something-I-ignore/);
if (/something-I'm interested-in/)
{ $state_var1 = &foo($1, $4, \%collector1); }
elsif (/something-else/)
{ $state_var2 = &bar($_, $state_var1); }
elsif (/yet another/)
{
$state_var_1 = $state_var2 + $collector1{baz};
}
else { print; }
}
I am wondering is why that previous post was put up anonymously. Does your girlfriend read /., and would she recognize the situation and punish you for airing dirty laundry?
If somebody asks for my advice on making a computer purchase, then turns around and goes against my advice, my hands are clean of the matter. I might investigate out of curiousity, but if they want something fixed, then it is up to them to call paid support, or get their "other expert" to fix the problem.