Thread suchen und vergleichen (124 answers)
Opened by Kathrin at 2004-12-16 16:21

Kathrin
 2004-12-23 12:58
#32694 #32694
User since
2004-12-15
158 Artikel
BenutzerIn
[default_avatar]
folgende Fehlermeldung:
Software error:
Can't use an undefined value as an ARRAY reference at /usr/local/httpd/cgi-bin/frontl.cgi line 344.

zeigt auf folgende Zeile:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 print '<table border="1" rules="groups">
<colgroup>
<col width="50">
<col width="80">
<col width="300">
<col width="50">
</colgroup>
<thead>
<tr>
<th>doc_typ</th>
<th>doc_name</th>
<th>headline</th>
</tr></thead>
<tbody>';
foreach my $docname (@docnames)
{
my ($doctyp, $head_de)= @ {$daten_ref -> {$identnr}->{$docname}-> {qw(doctyp head_de) } }; ##Zeile 344
print '<tr>';
print ' <td>'.$doctyp.'</td>
<td>'.$docname.'</td>
<td>'.$head_de.'</td>
<td><input type="button" value="Auswahl" onClick=""></td>
</tr>';}
print '</tbody></table>';
print '<p><p><input type="button" value="Zur&uuml;ck" onClick="history.back()">';
print "</form>

View full thread suchen und vergleichen