Help for this page
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/;
=== Given/When GIVEN(abc): abc default ... = GIVEN(\@test): whats tested is: ARRAY(0x8a08a38) default BUT: def ~~ @test!