mojolicious
How to I get the right json-datatype for the autocomplete function?
When I try this, it works as expected: after two characters its shows the matching entries. <!DOCTYPE HTML>[详细]
2023-04-04 08:29 分类:问答Mojolicious::Lite jQuery autocomplete Question
The autocomplete doesn\'t work: Is the whole approach wrong or have I made only some errors? #!/usr/local/bin/perl[详细]
2023-04-03 21:48 分类:问答ORLite: Unicode-question
Where is the right place to put the sqlite_unicode开发者_JAVA技巧 setting when using ORLite?Unfortunately, there isn\'t a really good place.See bug #61191: Enable sqllite_unicode in the DBI->connec[详细]
2023-04-03 05:54 分类:问答Mojolicious home-test question
I tried to install Mojolicious-1.90 but didn\'t pass the t/mojo/home.t test. t/mojo/home.t .............................. 1/5[详细]
2023-03-31 07:08 分类:问答Perl Mojolicious - How to make it handle multiple connections at once?
I setup a quick Mojolicious server like this: use Mojolicious::Lite; get \'/\' => sub { my $self = shift;[详细]
2023-03-22 00:35 分类:问答How to delegate calling parameter ($self) to other method
I am learning mojolicious::lite. In router, delegate the parameter to controller, use this code ok: get \'/hello/:name\' => sub {[详细]
2023-03-13 08:15 分类:问答Params::Validate or Params::Check, why should I prefer the one or the other?
It is hard for me to choose between two perl modules- Params::Validate and Params::Check. I am writing a Mojolicious application which should be easily distributable.[详细]
2023-02-21 02:54 分类:问答How assign MojoX::Redis result to variable?
开发者_如何学运维I try to work with MojoX::Redis and I can`t understand how catch result in a variable.[详细]
2023-02-13 06:46 分类:问答Loading "modules" in Mojolicious
Need for help. Necessary to implement the installation and loading of \"modules\". \"Module\" plug-in is located in the file like lib//. I think I should somehow take the search subdirectories lib/ fo[详细]
2023-02-07 14:03 分类:问答Need help with routing in Mojolicious
I have the \"Pages\" controller with the \"show\" method and \"Auths\" controller with the \"check\" method which returns 1 if user is authenticated.[详细]
2023-02-06 04:43 分类:问答