Help for this page

Select Code to Download


  1. or download this
    DBD::mysql::st fetchrow_array failed: fetch() without execute() at has
    +-download-0.1.pl line 82.
    DBD::mysql::st fetchrow_array failed: fetch() without execute() at has
    +-download-0.1.pl line 82.
    
  2. or download this
    #~ Update status to 2
                $query = "select status, dataid from radar_data where data
    +type=$data_type and hasid ='$HAS_break[5]';";
                $query_handle = $db->prepare($query);
                $query_handle->execute();
                while(my @row = $query_handle->fetchrow_array()) {
    
  3. or download this
    #!/usr/local/bin/perl -w
    use strict;
    use Mail::Box::Manager;
    ...
    $db->disconnect();
    
    exit;