http://qs321.pair.com?node_id=11128274


in reply to Re: Unable to update correct corrosponding values in excel.
in thread Unable to update correct corrosponding values in excel.

"PS: @All: IMHO this smells like trolling, there is no lazy involuntary way to provide that amount of syntax errors."

Nah, I don't think it is trolling. I think it is just someone who has a poor grasp of Perl and no understanding of the quote operators. I'm sure what was intended was:

my @array1 = (99999991, 99999992, 99999993 99999994, 99999995);

If that were the only mistake in the OP's post and if there hadn't been a whole string of posts from the same OP with similar lack of effort shown I'd overlook such obvious errors, provide some help and call it a win. As it is - meh.

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond

Replies are listed 'Best First'.
Re^3: Unable to update correct corrosponding values in excel.
by LanX (Saint) on Feb 11, 2021 at 21:52 UTC
    for the records: I was focused on the '-' for assignment, not on the qw problem.

    update

    you don't even need strictures to notice that compilation error

    DB<295> my $$no1 Can't declare scalar dereference in "my" at

    ¯\_(ツ)_/¯

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery

      I have fixed this issue by decalring %HASH which will contain 2 values as Key value pair. In order to compare against other.