Help for this page

Select Code to Download


  1. or download this
    while ($_ =~ /(<cf_)(.*?)[>\s]/gi) {
      # finding custom tags
      $uniques{"$2.cfm"}++;
      $uniques{$2} = "<cust>";
    }
    
  2. or download this
    while ($_ =~ /(<cf_)(.*?)[>\s]/gi) {
      # finding custom tags
      $uniques{"$2"}++;
      $uniques{$2} = "<cust>";
    }