Help for this page

Select Code to Download


  1. or download this
    /* concatenating with "" ensures that only literal strings are accepte
    +d as
     * argument */
    #define STR_WITH_LEN(s)  ("" s ""), (sizeof(s)-1)
    
  2. or download this
    -DVERSION="\"0.011\"" -DXS_VERSION="\"0.011\""
    
  3. or download this
    cc -I/opt/perlbrew/perls/perl-5.18.0/lib/5.18.0/darwin-2level/CORE -DV
    +ERSION="\"0.011\"" -DXS_VERSION="\"0.011\"" -c -fno-common -DPERL_DAR
    +WIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include
    + -I/opt/local/include -arch x86_64 -framework System -Wa,--noexecstac
    +k -I/opt/local/include  -I/opt/X11/include -O3 -o lib/PerlIO/Layers.o
    + lib/PerlIO/Layers.c
    
  4. or download this
    $ strings lib/PerlIO/Layers.o
    0.011
    v5.18.0
    ...