Help for this page

Select Code to Download


  1. or download this
    if ($some_condition) {
      ($foo) = ($bar =~ m/capturing_pattern/);
    else {
      ($foo = $bar) =~ s/pattern/replacement/;
    }