Help for this page

Select Code to Download


  1. or download this
    use feature "switch";
     
    ...
     
    # whats the point of implicit smartmatch if only scalars can be testet
    +??? smartmatchingan array is different
    print "\nBUT: def ~~ \@test!" if @test ~~ /def/;
    
  2. or download this
    === Given/When    
    GIVEN(abc):    abc    default    
    ...
    = GIVEN(\@test):
        whats tested is:    ARRAY(0x8a08a38)    default    
    BUT: def ~~ @test!