Perl安装Mojolicious

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
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>
时间: 2024-10-28 22:01:31

Perl安装Mojolicious的相关文章

perl安装CPAN上的模块-windows 7下

1.从 www.cpan.org 搜索你所需要的模块,下载下来,一般是gz,或者tgz格式,下面以Unicode-MapUTF8模块为例. 2.用winRAR之类解压缩软件接压缩 3.进入CMD模式,进入到刚才解压缩的文件夹下,含有"Makefile.PL"文件的目录下: 依次运行: perl Makefile.PL(如果环境变量已经配置了perl的bin目录的话就不用每次都打"perl"了,直接打上"xxxxx.pl"文件就可以了,我反正是配置

Perl安装及环境配置

一.软件安装 1.windows (1)下载软件 第三方的Perl版本ActiveState(http://www.activestate.com)或者Strawberry Perlfor Windows(http://www.strawberryperl.com) (2)安装完后配置环境变量 计算机->属性->高级->系统环境变量->编辑PATH(1.bin目录,2.注意分号分割) 2.linux 略 2.IDE http://blog.163.com/[email protec

perl安装

1.perl source http://www.cpan.org/src/ wget http://www.cpan.org/src/5.0/perl-5.24.0.tar.gz tar -xzf perl-5.24.0.tar.gz cd perl-5.24.0 ./Configure -des -Dprefix=$HOME/localperl make make test make install 2.

windows下perl的安装和脚本的运行

下载perl编译器.下载地址:http://pan.baidu.com/s/1i3GLKAp 下载后的文件如下图所示.   perl的安装. 直接双击运行下载的文件,首先会出现perl版本等等信息的介绍,不要理,直接next就会出现是否接受perl安装说明,按图示选择接受,然后继续next.   上面next以后会出现一个安装路径的选项,你可以根据自己的需要更改安装路径也可以默认安装路径为c盘不过,因为perl的安装包其实很小,所以建议直接安装到c盘.设置好安装路径以后继续next,在弹出的这个

New ipad安装Perl支持安装nikto

Title:New ipad安装Perl支持安装nikto --2012-11-15 09:47 New Ipad 越了后. ssh new ipad 进入目录 cd /tmp 下载Key文件 wget http://coredev.nl/cydia/coredev.pub 添加 apt-key add coredev.pub 添加源 echo 'deb http://coredev.nl/cydia iphone main' > /etc/apt/sources.list.d/coredev.

perl环境配置以及Eclipse安装perl开发插件

简介: 这篇文章将详细介绍 EPIC 组件的安装,EPIC 编辑环境,调试运行环境,着重介绍如何使用 EPIC 来快速.简便.准确地调试 Perl 语言程序,包括对于 Perl 程序的单步执行,断点用法,局部.全局变量实时监控,子函数执行监控,错误以及警告信息实时显示等等内容.利用 EPIC 强大编辑以及调试功能,可以将 Perl 语言适合花短时间完成程序的特点发挥地淋漓尽致,为 tester 的自动化测试脚本提供更加人性化的设计.调试环境. 安装前准备 安装之前需要准备几个重要的组件: Per

Centos7 安装perl依赖环境库

Perl简介 Perl,一种功能丰富的计算机程序语言,运行在超过100种计算机平台上,适用广泛,从大型机到便携设备,从快速原型创建到大规模可扩展开发.Perl最初的设计者为拉里·沃尔(Larry Wall),于1987年12月18日发表.现在的版本为Perl 6,于2015年12月25日更新.Perl借取了C.sed.awk.shell 脚本语言以及很多其他程序语言的特性,其中最重要的特性是它内部集成了正则表达式的功能,以及巨大的第三方代码库CPAN.简而言之,Perl像C一样强大,像awk.s

CentOS 下玩 Mojolicious 第一课

我的是VirtualBox + CentOS 7, 自带Perl5.16, 刚想卸载,装个最新版本5.20的.网友告诫说千万别卸载Perl,会导致系统运行不了,用源码安装,并且给出如下命令: wget http://www.cpan.org/src/5.0/perl-5.20.1.tar.gz tar -jxvf perl-5.18.0.tar.bz2 cd perl-5.20.1 ./Configure -des -Dprefix=/usr make make install 照着运行,等了蛮

Windows 一键安装OpenSSL

原理:OpenSSL在github上有开源项目,我们只需要把代码克隆到本地,在本地编译一下就好了 注意事项: 1->在github上获取源码,必须要安装git for windows,网址 https://git-for-windows.github.io 2->OpenSSL的配置文件需要Perl语言来解析,所以本地电脑需要安装Perl脚本运行环境 perl官网下载地址 : https://www.perl.org/get.html  我选择的是草莓版(Strawberry) ,下载后安装P