zoukankan      html  css  js  c++  java
  • activeperl pp 打包遇到的问题

    C:UsersAdministrator>putx
    assertion failed: open my_prog
    assertion failed: MZ magic bytes
    assertion failed: PE header
    assertion failed: IMAGE_NT_OPTIONAL_HDR_MAGIC
    
    D:perl>pp -o "putx.exe"   putx.pl
    Set up gcc environment - 3.4.5 (mingw-vista special r3)
    Set up gcc environment - 3.4.5 (mingw-vista special r3)
    Copyright (C) 2004 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    	 
    #!/usr/bin/perl-w
    #使用Net::FTP模块
    use Net::FTP;
    $ftp = Net::FTP->new(127.0.0.1,Passive=>1,Debug=>1,Timeout=>30) or die "Can not connect to ftp server $ftp_host : $@" ;
    	 
    	 
    	 
    尝试 strawberry perl
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 

  • 相关阅读:
    作业6
    作业8
    作业7
    作业5
    作业4
    作业3
    作业2
    作业1
    浏览器跨域的细节
    解析node-cors模块
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13349769.html
Copyright © 2011-2022 走看看