ChinaUnix.net
相关文章推荐:

linux pl文件

如何把*.pl文件编译成exe或者linux下的可执行文件 我用的activerstate perl dev kit软件中perlapp程序编译成应用软件 安装在xp 32位系统下 编译成32位的exe没有问题的。 选择64位的linux下的可执行程序就有问题了。提示如下: Access to ActivePerl-5.16.3.1603-i686-linux-glibc-2.3.6-296746.tar.gz requires an ActivePerl Business Edition license to be installed. please visit xxx.activestate.com/business-editi...

by jimn1982 - Perl - 2015-01-20 16:15:31 阅读(3424) 回复(5)

源文件如何Businessoffering应用软件

相关讨论

大家好, 我刚学perl,这几个文件弄的我真是很郁闷。 据我所知.pm 就是perl 模块,里面就是一些方法之类的, .cgi 好像是显示页面用的吧 .pl 就是perl 的执行文件。 现在的问题是现在要解决一个问题, 对方写了一个包,要我们安装, 这样我们这边的webservice 就做好了, 可是我想了解一下他的内容, 看到包里面出了 大部分是.pm 文件, 一个Makefile.pl文件, 居然还有.cgi文件, 而我看不太懂他们之间有什么关系, 希望大家给...

by liujian_sun - Perl - 2007-07-17 18:12:22 阅读(2343) 回复(3)

1.服务器安装的apache. 2. apache 执行perl 直接显示perl源码了

by vmwenming - Linux文档专区 - 2012-10-30 14:24:36 阅读(1250) 回复(0)

#! /usr/bin/perl use ByteLoader 0.06; plBCi686-linux 0.06 Nmain::die_and_exit ` ]R Q ./guestbook/index.pl W [O Nmain::loginid ` ]R Q W [ Nmain::printPaging2 ` ]R Q W [ Nmain::_debug ` ]R Q W [w Nmain::global ` ]R Q W [ Nmain::encodeURL ` ]R Q W [e Nmain::dbco...

by slowss - Perl - 2015-11-25 00:07:57 阅读(5860) 回复(9)

现在在配置apche的过程中,发现apche配置好后也能支持PHP,但就是对.pl文件不支持,请大家说说还需要配置些什么地方呢?

by happy943 - Linux系统管理 - 2008-08-07 14:27:12 阅读(2711) 回复(9)

,我现在装openwebmail 到下面这一步进 进入/var/www/cgi-bin/openwebmail目录 # ./openwebmail-tool.pl –init 后出现 /usr/bin/suidperl: symbol lookup error: /usr/bin/suidperl: undefined symbol: pl_block_type 这是怎么回事啊 因为在/var/www/cgi-bin/openwebmail目录下有几个*.pl文件是红色的,配置就这样,还有几个是绿色的就不会

by bjhb - 服务器应用 - 2005-04-22 20:57:29 阅读(913) 回复(0)

用file_handle :=utl_file.fopen(FileLocation,FileName,'w');打开文件,要打开的文件的路径FileLocation究竟是怎样的啊? 是Oracle服务器上的还是可以是本地的? 如果是服务器上的怎样可以知道路径和文件名? 如果是本地的要怎样写? 谢谢了

by yeah920 - Oracle - 2003-09-24 19:42:39 阅读(1576) 回复(2)

好象有个perlapp命令的,没找到。

by znypig - Perl - 2004-08-21 16:58:40 阅读(2264) 回复(2)

请问能把EXE文件转换为.pl文件吗?

by infante0810 - Perl - 2003-03-20 07:42:14 阅读(3900) 回复(4)

请问能把EXE文件转换为.pl文件吗?

by infante0810 - Perl - 2003-03-19 10:01:40 阅读(2096) 回复(0)

#!/usr/bin/perl use integer; $0 =~ s{.*[/\\]}{}; my $Usage = "$0 [-c charset] [-f regexp] -e element [name=value [name=value]] [-e element ...] files\n" . " -c The charset of the input doctument.\n" . " -f Define the field separator.\n" . " -e Define the output xml element.\n" . " The name=value is the attributes of the element.\n"; my $F = ""...

by lyfrabbit - Perl - 2013-05-15 11:29:35 阅读(864) 回复(0)