erlchina 发表于 2018-8-30 11:21:42

Perl安装Mojolicious

C:\Users\admin>mojo  
Usage: APPLICATION COMMAND
  
Tip: CGI and PSGI environments can be automatically detected very often and
  
   work without commands.
  
Options (for all commands):
  
-h, --help          Get more information on a specific command
  
      --home    Path to your applications home directory, defaults to
  
                      the value of MOJO_HOME or auto detection
  
-m, --mode    Operating mode for your application, defaults to the
  
                      value of MOJO_MODE/PLACK_ENV or "development"
  
Commands:
  
cgi       Start application with CGI
  
cpanify   Upload distribution to CPAN
  
daemon    Start application with HTTP and WebSocket server
  
eval      Run code against application
  
generateGenerate files and directories from templates
  
get       Perform HTTP request
  
inflate   Inflate embedded files to real files
  
prefork   Start application with preforking HTTP and WebSocket server
  
psgi      Start application with PSGI
  
routes    Show available routes
  
test      Run tests
  
version   Show versions of available modules
  
See 'APPLICATION help COMMAND' for more information on a specific command.
  
C:\Users\admin>


页: [1]
查看完整版本: Perl安装Mojolicious