在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
实现脚本 use strict ; my $fileName = "/Users/chenfool/Desktop/sequoiadb-大数据平台构建.pdf" ; my $outFile = "/Users/chenfool/Desktop/chentest.pdf" ; my $buff ; open (IN, $fileName) ; open (OUT, ">$outFile") ; binmode (IN) ; binmode (OUT) ; read (IN, $buff, 14746840) ; #print $buff . "\n" ; print OUT $buff ; close (IN) ; close (OUT) ;
这里并没有用到 pack 和 unpack |
请发表评论