標籤:perl windows mojolicious
C:\Users\admin>ppm install MojoliciousDownloading Mojolicious-6.08...doneDownloading IO-Socket-IP-0.37...doneUnpacking Mojolicious-6.08...doneUnpacking IO-Socket-IP-0.37...doneGenerating HTML for Mojolicious-6.08...doneGenerating HTML for IO-Socket-IP-0.37...doneUpdating files in site area...done 255 files installed
C:\Users\admin>mojoUsage: APPLICATION COMMAND [OPTIONS]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> Path to your applications home directory, defaults to the value of MOJO_HOME or auto detection -m, --mode <name> 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 generate Generate 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 modulesSee ‘APPLICATION help COMMAND‘ for more information on a specific command.C:\Users\admin>
本文出自 “天道酬勤” 部落格,請務必保留此出處http://lavenliu.blog.51cto.com/5060944/1633250
Perl安裝Mojolicious