Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    __DATA__
    #include <stdio.h>
    int main(void){ printf("hello\n"); }
    
  2. or download this
    gcc -I/usr/lib64/perl5/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -O2 -g
    + -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexcept
    +ions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-
    +switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=g
    +eneric -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -I/u
    +sr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O7 -o he
    +llo.o hello.c