Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            ($correction, $date) = (undef, undef);
        }
    }
    
  2. or download this
    INSERT IGNORE INTO table SET
           text = 'Article_text2',
           date='2009-01-01'
    
  3. or download this
    INSERT IGNORE INTO table SET
           text = 'Article_text1',
    ...
    INSERT IGNORE INTO table SET
           text = 'Article_text2',
           date='2009-01-02'