Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL # Maybe some option here? os=all|Linux|AIX|RHEL|Suse
    make             # To get everything or things covered with option
    ...
    make AIX         # To get Base plus AIX.pm
    make test        # To test all related tests
    make install     # To install only selected modules
    
  2. or download this
    CONFIGURE
    
    ...
        reference. The hash may contain further attributes,
        e.g. {LIBS => ...}, that have to be determined by some
        evaluation method.
    
  3. or download this
    sub MY::postamble {
        return <<'MAKE_FRAG';
    ...
        cd sdbm && $(MAKE) all
        MAKE_FRAG
    }