Help for this page

Select Code to Download


  1. or download this
      which perl
    
  2. or download this
      /opt/local/bin/perl
    
  3. or download this
      #!/usr/bin/env perl
    
  4. or download this
      #!/usr/bin/perl
    
  5. or download this
    os := $(shell uname)
    
    ...
        -o libboxr.so.1.0.0 -lc boxr.c
    endif
    
  6. or download this
    WriteMakefile(
        NAME              => 'Boxr',
    ...
    [snip]
        LIBS              => ['-lfoo -lbar'],
    [snip]