ASPN ActiveState Programmer Network
  ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups | Web Services
SEARCH
advanced | search help

Reference
ActivePerl 5.8
Programs
a2p
ap-update-html
c2ph
cpan
dbilogstrip
dbiprof
dbiproxy
dprofpp
enc2xs
exetype
find2perl
h2ph
h2xs
instmodsh
libnetcfg
lwp-download
lwp-mirror
lwp-request
lwp-rget
perlbug
perlcc
perlglob
perlivp
piconv
pl2bat
pl2pm
pod2html
pod2latex
pod2man
pod2text
pod2usage
podchecker
podselect
ppm
prove
psed
pstruct
ptar
ptardiff
ptked
ptksh
reloc perl
runperl
s2p
SOAPsh
splain
tkjpeg
tkx-ed
widget
XMLRPCsh
xsubpp

MyASPN >> Reference >> ActivePerl 5.8 >> Programs
ActivePerl 5.8 documentation

NAME

perlivp - Perl Installation Verification Procedure


SYNOPSIS

perlivp [-a] [-p] [-v] [-h]


DESCRIPTION

The perlivp program is set up at Perl source code build time to test the Perl version it was built under. It can be used after running:

    make install

(or your platform's equivalent procedure) to verify that perl and its libraries have been installed correctly. A correct installation is verified by output that looks like:

    ok 1
    ok 2

etc.


OPTIONS

-h help

Prints out a brief help message.

-a run all tests

Normally tests for optional features are skipped. With -a all tests are executed.

-p print preface

Gives a description of each test prior to performing it.

-v verbose

Gives more detailed information about each test, after it has been performed. Note that any failed tests ought to print out some extra information whether or not -v is thrown.


DIAGNOSTICS

For further information on how to conduct a proper installation consult the INSTALL file that comes with the perl source and the README file for your platform.


AUTHOR

Peter Prymmer


Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState 2004 All rights reserved