Help for this page

Select Code to Download


  1. or download this
    make
    make test
    make install DESTDIR=/home/me/build/perl/inst
    
  2. or download this
    setenv PATH /home/me/build/perl/inst/usr/local/bin:$PATH
    setenv PERL5LIB /home/me/build/perl-addons/inst/usr/local/lib/perl5:/h
    +ome/me/build/perl-addons/inst/usr/local/lib/perl5/site_perl:/home/me/
    +build/perl/inst/usr/local/lib/perl5:/home/me/build/perl/inst/usr/loca
    +l/lib/perl5/site_perl
    ...
        /usr/local/lib/perl5/site_perl/5.8.8
        /usr/local/lib/perl5/site_perl
        .
    
  3. or download this
    [me@unixbox1:/home/me/build/perl-addons/tmp/HTML-Template-2.8]> perl M
    +akefile.PL PREFIX=/home/me/build/perl-addons/inst/usr/local PERL_LIB=
    +/home/me/build/perl/inst/usr/local/lib/perl5/5.8.8 PERL_ARCHLIB=/home
    +/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris
    Checking if your kit is complete...
    ...
    This may or may not cause problems. Please check your installation of 
    +perl 
    if you have problems building this extension.
    Writing Makefile for HTML::Template
    
  4. or download this
    [me@unixbox1:/home/me/build/perl-addons/tmp/HTML-Template-2.8]> perl -
    +MHTML::Template -e 'print "$HTML::Template::VERSION\n"'
    2.8
    
  5. or download this
    [me@unixbox1:/home/me/build/perl-addons/tmp/MQSeries-1.23]> perl Makef
    +ile.PL PREFIX=/home/me/build/perl-addons/inst/usr/local PERL_LIB=/hom
    +e/me/build/perl/inst/usr/local/lib/perl5/5.8.8 PERL_ARCHLIB=/home/me/
    +build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris
    Creating directory MQServer/
    ...
    if you have problems building this extension.
    Writing Makefile for MQServer::MQSeries
    Writing Makefile for MQSeries
    
  6. or download this
    t/PL_FILES..............NOK 3#   Failed test in t/PL_FILES.t at line 3
    +8.     
    #          got: '512'
    ...
    #          got: '512'
    #     expected: '0'
    t/recurs................ok 19/25# Looks like you failed 2 tests of 25.