Hello!
The resty utility is a Perl script per se. So you need to install perl
5 on your Windows machine to use that tool. For Windows, either
ActivePerl, StrawberryPerl, or MinGW/MSYS Perl should be good.
Regards,
Yichun
On Fri, Oct 13, 2017 at 2:04 AM, Grcn H <gurca...@gmail.com> wrote:
> Hello,
>
> I just installed the openresty on windows 10.
> When I try to run resty -e "ngx.say('Hello, OpenResty!')"
> I'm getting the error "You do not have Perl in your PATH."
> How can I solve this issue?
>
>
> Thanks in advance.
>
> PS: To be honest I'm very very new in openresty . I'd like to make http
> request using LUA. I made a quick research and found openresty. I hope I can
> achieve to do this..