-
-
2Can't use an undefined value as an ARRAY reference at GSE5281.ann.pl line 74.
-
7#!/usr/bin/perl #line 2 "C:\Strawberry\perl\site\bin\par.pl" eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; # not running under some shell package __par_pl; # --- This script must not use any modules at compile time --- # use strict; #line 156 请问开头这几句啥意思啊 我的C:\Strawberry\perl\site\bin文件夹下面没有par.pl这个文件会不会影响我的运行呢
-
2
-
39如题,学生信,下载了生信自学网的资料,其中perl代码可以正常运行,但运行后的文件为空,经常是0kb 1kb有大佬知道是什么原因吗 另:医学搞生信的可以留下微信,加个微信有资料互相分享,互相交流
-
8大家有perl脚本报错或者无输出都可以提出来看看,大家一起解决
-
4
-
4Can't load 'C:\Users\admin\AppData\Local\Temp\par-61646d696e\cache-b110028354883fa30f3f3b1712123b24921e14a0\inc\lib/auto/Filter/Crypto/Decrypt/Decrypt.xs.dll' for module Filter::Crypto::Decrypt: load_file:找不到指定的模块。 at C:/strawberry/perl/lib/XSLoader.pm line 93. at C:\Users\admin\AppData\Local\Temp\par-61646d696e\cache-b110028354883fa30f3f3b1712123b24921e14a0\inc\lib/Filter/Crypto/Decrypt.pm line 38.BEGIN failed--compilation aborted at C:\Users\admin\AppData\Local\Temp\par-61646d696e\cache-b110028354883fa30f3f3b1712123b24921e14a0\inc\lib/Filter/Crypto/Decrypt.pm line 39.Compil
-
3我想安装运行一个perl的模块,之前我试着安装过但是失败的,有大佬留个联系方式私聊吧,可以有偿,谢谢
-
4Perl一运行就出现Locale 'Chinese (Simplified)_China.936' is unsupported, and may crash the interpreter.#perl#
-
1其实 生信自学网 上面已经有人做个问题排查了,可以直接看这里 https://www.biowolf.cn/m/view.php?aid=538 ======================================================== 然后去官网下载一个 5.30.0 的perl 下载链接在这 https://strawberryperl.com/releases.html 你们选一个合适自己的吧,反正我选的是红框这个 然后这样就可以运行了 ======================================================== 具体问题,说实话我也不清楚,我是对比了之前版本和那个5.30.0的perl,里面有个叫XSLoader.pm的模块,他内置的函数dl_loa
-
0
-
0
-
119这是在cmd里运行时出现的情况, use strict; use warnings; print STDERR "gene symbol column number: "; my $geneSymbolCol=<STDIN>; chomp($geneSymbolCol); $geneSymbolCol--; my $expFile="probeMatrix.txt"; my $gplFile="ann.txt"; my $expFileWF="geneMatrix.txt"; my %hash=(); my @sampleName=();open(EXP,"$expFile") or die $!; while(my $exp=<EXP>) { next if ($exp=~/^(\n|\!)/); chomp($exp); my @samp1e=(localtime(time)); if($.==1) { my @expArr=split(/\t/,$exp); for(my $i=0;$i<=$#expArr;$i++) { my $singleName=$expArr[$i]; $singleNa
-
1修复modules,在Apache 2.2和apache2.4的服务里, 修复CGI-SpeedyCGI-2.22在apache2.4 2.2里 https://218.28.116.50:444/share/
-
5strawberry Perl下载下来了不会使用呀,刚接触Perl,求大神指点,最好有教程
-
8
-
28使用perl脚本逐一提取文件中的信息,却报错文件不存在 报错文件不存在 附上代码: use strict; use warnings; #use File::Basename; use XML::Simple; #use Data::Dumper; my @dirs=glob("*"); open(WF,">clinical.xls") or die $!; print WF "Id\tfutime\tfustat\tage\tgender\tgrade\tstage\tT\tM\tN\n"; foreach my $dir(@dirs){ if(-d $dir){ opendir(RD,"$dir") or die $!; while(my $xmlfile=readdir(RD)){ if($xmlfile=~/\.xml$/){ #print "$dir\\$xmlfile\n"; my $userxs = XML::Simple->new(KeyAttr => "name"); my $userxml
-
0
-
0目前的情况是,从命令行读到的汉字,进入程序后可以从命令行正确输出,但无法输出到文本文档,会显示为乱码,但乱码再读入脚本又能正常从命令行输出。目前需要的是在文本文档也能正常输出中文字符,求各位大神支招
-
0
-
1
-
0perl如何支持GB18030-2022
-
0perl使用encode将utf8转gb18030时生僻字被转成?了,求解决方案
-
0
-
1
-
13
-
2
-
0
-
1
-
2
-
2perl运行出来是空文件怎么回事呀
-
3
-
1
-
1最近有点无聊,欢迎大家来玩 交流群:415283029 禁止灌水瞎聊刷屏!!!
-
0