Thread Exceldatei (10 answers)
Opened by Annka at 2006-08-21 10:22

Annka
 2006-08-21 10:38
#69056 #69056
User since
2006-07-18
43 Artikel
BenutzerIn
[default_avatar]
das ist der code für die erste spalte ...

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$i=2;
push(@erste_Zeile, "Lizenz\n");
my $first_line = <$fh>;
@first_col = (split(/,/,$first_line));
#print $first_col[4];
while ($i<40)
{
  if ($first_col[$i] !~ $wort)
  {
   #print "$first_col[$i]\n";
   push(@erste_Zeile, "$first_col[$i] \n");
   }
$i++;
}
print "@erste_Zeile";


die beiden spalten sollen so sein, dass sie nebeneinander sind ...

edit pq: code-tags hinzugefügt\n\n

<!--EDIT|pq|1156152367-->

View full thread Exceldatei