Help for this page

Select Code to Download


  1. or download this
    =for test_description
    
    ...
      The foo parameter matches the pattern C</bar/>.
    
    =cut
    
  2. or download this
    
    my %test;
    ...
    #  The foo parameter matches the pattern C</bar/>.
    like( $t, qr/bar/, $test{Description} . qw(The foo parameter matches C
    +</bar/>));
    };