Help for this page

Select Code to Download


  1. or download this
    my $test_str = "1 text text text 2 text 3 ";
    my $test_out = q{};
    ...
    }
    
    print "\$test_out\n" . $test_out . "\n";
    
  2. or download this
    foreach (@test) {
      @test_filtered=grep{/^(([0-9]+)(?![^0-9]*[0-9]))/xsm} @test; 
    }