in reply to Re: Mojolicious::Lite and Webperl
in thread Mojolicious::Lite and Webperl

Thanks for commenting LanX

We did what you outlined above: run the mojolicous daemon on a virtual server on a Windows pc, and link to the generated search page from the main site.

The script is in my my scratchpad, and the interface is a just a form web page.

And, yes: using one app that would be run in the browser using WebPerl would have the same problem as distributing an exe that would be run on every interested user'pc: how to prevent users from getting access to the mysql server directly.

frazap

Replies are listed 'Best First'.
Re^3: Mojolicious::Lite and Webperl
by LanX (Saint) on Apr 11, 2019 at 09:52 UTC
    > We did what you outlined above:

    So your problem is solved now?

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

      Yes it is...

      frazap