<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Try putting that backslash back so it will be<br></div><div><br></div><div>   template '<a href="http://results.tt" rel="noreferrer" target="_blank">results.tt</a>' => {<br>
<br>
        'title' => 'Get Softball Season Stats',<br>
        'payload' => \%season,<br>
<br>
    }, {};<br>
</div>Gabor<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Aug 23, 2020 at 10:44 PM Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I was merely passing it as with different var name to distinguish from<br>
different attempts in my html. Taking out the other case, as I have<br>
done, has no effect on the results.<br>
<br>
This is what is being passed the html in the paste above:<br>
<br>
   template '<a href="http://results.tt" rel="noreferrer" target="_blank">results.tt</a>' => {<br>
<br>
        'title' => 'Get Softball Season Stats',<br>
        'payload' => %season,<br>
<br>
    }, {};<br>
<br>
And this is the result:<br>
<br>
<br>
Trying with payload<br>
TylerMontgomery(2022) ------------- TylerMontgomery(2022) :<br>
TylerMontgomery(2022)<br>
<br>
Name atbats so bb rbis hits runs TylerMontgomery(2022)<br>
<br>
<br>
2020-08-23 14:22 GMT-05:00, Gabor Szabo <<a href="mailto:gabor@szabgab.com" target="_blank">gabor@szabgab.com</a>>:<br>
> OK, so I don't understand why do you pass the same %payload 3 times, but<br>
> you need to pass references in all 3 cases.<br>
><br>
> template '<a href="http://results.tt" rel="noreferrer" target="_blank">results.tt</a>' => {<br>
> 'title' => 'Get Softball Season Stats',<br>
> 'games' => \%season,<br>
> 'season' => \%season,<br>
> 'payload' => \%season,<br>
> 'F_NAME' => 'Geraldo',<br>
><br>
><br>
>     }, {};<br>
><br>
> On Sun, Aug 23, 2020 at 9:38 PM Richard Reina <<a href="mailto:gatorreina@gmail.com" target="_blank">gatorreina@gmail.com</a>> wrote:<br>
><br>
>>  template '<a href="http://results.tt" rel="noreferrer" target="_blank">results.tt</a>' => {<br>
>><br>
>>         'title' => 'Get Softball Season Stats',<br>
>>         'payload' => \%season,<br>
>><br>
>>     }, {};<br>
>><br>
>> Results in this:<br>
>><br>
>> Trying with payload<br>
>> ------------- :<br>
>><br>
>> Name atbats so bb rbis hits runs<br>
>><br>
>><br>
>><br>
>> 2020-08-23 12:53 GMT-05:00, Gabor Szabo <<a href="mailto:gabor@szabgab.com" target="_blank">gabor@szabgab.com</a>>:<br>
>> > I think you should be passing references:<br>
>> ><br>
>> > 'payload' => \%season,<br>
>> ><br>
>> > See the backslash.<br>
>> ><br>
>> > Gabor<br>
>> ><br>
>> ><br>
>> ><br>
>> > On Sun, Aug 23, 2020 at 8:45 PM Richard Reina <<a href="mailto:gatorreina@gmail.com" target="_blank">gatorreina@gmail.com</a>><br>
>> wrote:<br>
>> ><br>
>> >> Ok, maybe I've overlooked something but here is what I get with very<br>
>> >> simple call to a route and using very simple html.<br>
>> >><br>
>> >> <a href="http://paste.scsys.co.uk/592477" rel="noreferrer" target="_blank">http://paste.scsys.co.uk/592477</a><br>
>> >><br><br>
</blockquote></div></div>