Help for this page

Select Code to Download


  1. or download this
    # declare test inputs and expected outputs
    #
    ...
        },
        
    );
    
  2. or download this
    # execute code within Test::Hump-ish box
    $self->{-capture}{-stdout}->start();        # STDOUT captured
    ...
    }
    $self->{-capture}{-stdout}->stop();         # not captured
    $self->{-capture}{-stderr}->stop();         # not captured
    
  3. or download this
    #!/run/bin/perl
    #       play-template.pl
    ...
        # Looks like you failed 4 tests of 11.
    
    =cut