Help for this page

Select Code to Download


  1. or download this
    DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''CDR' where Date = '13-10-2015' and Hour like '00:%'' at line 1 at DB_Test.pl line 25.
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    print $my_array[1],$/;
    print @my_array,$/;