Help for this page

Select Code to Download


  1. or download this
    my $string = "a *test* b";
    
  2. or download this
    m/\b\s\*test\*\s\b/;
    or
    m/\*\btest\b\*/;