Help for this page

Select Code to Download


  1. or download this
    package InPerl;
    use strict;
    ...
    is "$d", "(666)", "mxd is ok (Q)"; # FAIL: "InDeclare=HASH(0x2166ab0)"
    
    done_testing;
    
  2. or download this
    ok 1 - perl is ok
    ok 2 - perl is ok (Q)
    ...
    #     expected: '(666)'
    1..6
    # Looks like you failed 1 test of 6.