Help for this page

Select Code to Download


  1. or download this
    my @arr1 = split("(')", "ab''c");
    
  2. or download this
    my @arr1x = split("('+)", "ab''c");
    my @arr1;
    ...
        push @arr1, $_;
      }
    }