Help for this page

Select Code to Download


  1. or download this
    sub wrap_cdata {
      for (@_) {
    ...
        s/(?<![^>])([^<]+)/<![CDATA[$1]]>/g;
      }
    }