Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL
    make
    make test
    make install
    
  2. or download this
    $ perl Makefile.PL 
    Found these python executables on your PATH:
    ...
    Generating a Unix-style Makefile
    Writing Makefile for Inline::Python
    Writing MYMETA.yml and MYMETA.json
    
  3. or download this
    .
    .
    ...
    Result: FAIL
    Failed 1/37 test programs. 0/838 subtests failed.
    make: *** [Makefile:1061: test_dynamic] Error 255
    
  4. or download this
    .
    .
    ...
    All tests successful.
    Files=36, Tests=838, 12 wallclock secs ( 0.09 usr  0.22 sys +  2.94 cu
    +sr  7.37 csys = 10.62 CPU)
    Result: PASS
    
  5. or download this
    $ perl -e '
    print "9 + 16 = ", add(9, 16), "\n";
    ...
    __output__
    9 + 16 = 25
    9 - 16 = -7