Help for this page

Select Code to Download


  1. or download this
    %tar -zxvf Cgi-Simple-0.05.tar.gz
    %cd Cgi-Simple-0.05
    %perl Makefile.PL
    %make
    %make test
    
  2. or download this
    PERL_DL_NONLAZY=1 /usr/local/perl/bin/perl "-MExtUtils::Command::MM" "
    +-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    t/cookie......ok
    ...
    t/simple.t                330    7   2.12%  68 76-77 81 89-90 205
    t/standard.t              303    5   1.65%  69 77-78 82 185
    Failed 2/6 test scripts, 66.67% okay. 12/839 subtests failed, 98.57% o
    +kay.
    
  3. or download this
    %cd t
    %perl simple.t >dump.txt
    %perl standard.t >>dump.txt