Help for this page

Select Code to Download


  1. or download this
    {
      # $" is the separator Perl uses to join array elements within a
    ...
      s/@find/$replace/g;
      tr/=/:/;
    }