Help for this page

Select Code to Download


  1. or download this
    #include <EXTERN.h>
    #include <perl.h>
    ...
      perl_free(my_perl);
      PERL_SYS_TERM();
    }
    
  2. or download this
    #!/perl
    use strict;
    use warnings FATAL => qw(all);
    ...
    
    print STDOUT $gcc_cmd , "\n";
    system( $gcc_cmd );
    
  3. or download this
    ----------------------------------------------
    Perl executable: C:\Perl_516_portable\perl\bin\perl.exe
    ...
    C:\Perl_516_portable\perl\lib\CORE/win32.h:362:33: warning: "/*" withi
    +n comment [-Wcomment]
    K:\Scripts\Embed\Hello_3\hello.c: In function 'main':
    K:\Scripts\Embed\Hello_3\hello.c:37:1: warning: control reaches end of
    + non-void function [-Wreturn-type]