Slashdot Mirror


User: sib183

sib183's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Too hard? on XML Co-Creator says XML Is Too Hard For Programmers · · Score: 1


    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; }
    }

  2. Re:Tech Support on Family Tech Support · · Score: 1

    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.