Help for this page

Select Code to Download


  1. or download this
        if ($line !~ /INSERT INTO Message_pool/) {
          #Do nothing
        }
        elsif ($line =~ /^.{0,50}CREATE TABLE\s([A-Z|a-z|_]{5,40})\s.{1,10
    +0}/) {
    
  2. or download this
        if (not ($line =~ /INSERT INTO Message_pool/)) {