http://www.perlmonks.org?node_id=1230073


in reply to Re: Output of Output
in thread Output of Output

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Output of Output
by Eily (Monsignor) on Feb 18, 2019 at 10:28 UTC

    How is going
    from

    { 'kim-a' =>['20', '30'], 'kate-k' =>['40', '50'] }
    to
    { 'kim-a' =>[25], 'kate-k' =>[45]}
    different from going from
    { 'apple-A'=>[30,40,50,60], 'Orange-O'=>[40,20,30,60] }
    to
    {'apple-A'=>[45], 'Orange-O'=>[37.5] }
    ?

    A reply falls below the community's threshold of quality. You may see it by logging in.
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^3: Output of Output
by Your Mother (Archbishop) on Feb 18, 2019 at 15:38 UTC
    Moreover this would be my last question to perlmonks.I am not coming back to ask any other question related to perl

    Reading between the lines and given the posts and replies that sounds like you have zero interest in Perl, no interest in learning, and are only here to get us to do your homework so you can move on to whatever you actually do want. Close?

      Or maybe Teacher has finally discovered PerlMonks, too.


      Give a man a fish:  <%-{-{-{-<

Re^3: Output of Output
by Anonymous Monk on Feb 18, 2019 at 10:20 UTC
    ... why?