Help for this page

Select Code to Download


  1. or download this
    @test3 = grep { /md/ } @test;
    
  2. or download this
    @test3 = grep {$_ =~ /md/ } @test;