-
中文编码(decode)的问题decode文档这样描述:Whenyourun$string=decode("utf8",$octets),then$stringmaynotbeequalto$octets.Thoughtheybothcontainthesamedata,theUTF8flagfor$stringisonunless$octetsentirelybetter0332 时间:08-14 + 阅读全文
-
继续问个问题,有能力知道的告诉我阿,谢谢形如这样open..... #打开文件,后面的我就不写了while(<>){if(){$a; # 这里通过操作假设得到一个$a,print"$a\n"; #通过print这里$a会顺利的打出来}179147112 时间:08-14 + 阅读全文
-
求高手来解决个perl的问题本帖最后由179147112于2010-08-1413:13编辑现在我这里有个问题Motif1sitessortedbypositionp-value--------------------------------------------------------------------------------Sequencename &nb179147112 时间:08-14 + 阅读全文
-
如何根据列表,打印数组的名字?@a=qw/abc/;foreach....print可以打印出abc如何根据abc,来判断是属于哪个数组呢?假设数组是@a=qw/abc/;@b=qw/123/linuxbody 时间:08-13 + 阅读全文
-
perl操作excel如何设置成文本格式用Spreadsheet::WriteExcel生成excel时,如果是000002这样的格式,生成的excel会变成2,如何设置format避免这种问题?或者说有别的解决办法??magnet2008 时间:08-13 + 阅读全文
-
Net::FTP传输文件后md5码变了?本帖最后由leoxqing于2010-08-1317:15编辑subftptransform(){my$ftp_user=shift;my$ftp_password=shift;my$ftp_host=shift;my$ftp_port=shift;my$localfile=shift;my$ftp_remotedir=shift;my$sqlfileleoxqing 时间:08-13 + 阅读全文