The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

sites-ok.t - check web sites

        cat >> test-server.yaml << __YAML_END__
        cmd-output:
            -
                cmd   : echo hell world!
                desc  : hello printing
                output: hello? world
            -
                cmd   : date
                desc  : if date command is there
                output: '[0-9]{2}:[0-9]{2}:[0-9]{2}'
            -
                cmd   : perl -e 'print "hi"; exit 1'
                desc  : check perl exit 1 return value and hi
                output: hi
                exit  : 1
            -
                cmd   : perl -e 'exit 1'
                desc  : check perl exit != 0
                exit  : '!= 0'
        __YAML_END__

AUTHOR

Jozef Kutej

for the idea thanks to Aldo Calpini.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 7:

Unknown directive: =head