Help for this page

Select Code to Download


  1. or download this
    use v5.12;
    use warnings;
    ...
    
        is_deeply($got, $exp, qq{<$str>: } . join('|', @$exp));
    }
    
  2. or download this
    -*- mode: compilation; default-directory: "d:/tmp/pm/" -*-
    Compilation started at Sun Oct 24 14:00:21
    ...
    ok 24 - <is     'really so'simple now?>: is|'really so'simple|now?
    
    Compilation finished at Sun Oct 24 14:00:21