Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict; use Config; print $Config{ ccflags };
    ...
    printf "Took %fseconds\n", time() - $start;
    print check( 1 )
    
  2. or download this
    PUBLIC    test
    ; Function compile flags: /Ogtpy
    ...
        ret    0
    test    ENDP
    _TEXT    ENDS
    
  3. or download this
    _TEXT    SEGMENT
    my_perl$ = 48
    ...
        ret    0
    XS_main_test ENDP
    _TEXT    ENDS