1
2
3
4
5
6
7
8
9
C:\Users\admin>ppm  install  Mojolicious
Downloading Mojolicious-6.08... done
Downloading IO-Socket-IP-0.37... done
Unpacking Mojolicious-6.08... done
Unpacking IO-Socket-IP-0.37... done
Generating HTML  for  Mojolicious-6.08... done
Generating HTML  for  IO-Socket-IP-0.37... done
Updating files  in  site area... done
  255 files installed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
C:\Users\admin>mojo
Usage: 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 modules
See  'APPLICATION help COMMAND'  for  more  information on a specific  command .
C:\Users\admin>