Help for this page

Select Code to Download


  1. or download this
    while($sth->fetch()) {
            # zusatz scheint NULL zu sein...
    ...
                $err_txt .= "updatePLZInformationen => FEHLER:\n$@\n";
            }
        }
    
  2. or download this
    sub updatePLZInformationen() {
        # überträgt geänderte PLZ-Daten
    ...
    
    }
    # --------------------------------------------------------------------
    +---------------------------- #
    
  3. or download this
    test@testmachine:~/test/DataSyncTool> ./data_sync_tool.pl
    16:12:2008 09:14:13, DEBUG: Programm gestartet...
    ...
    Not an ARRAY reference at data_service.pm line 161.
    
    16:12:2008 09:14:13, DEBUG: updatePLZInformationen => Fertig.
    
  4. or download this
    foreach(@$plz) {
    ...
    }