Help for this page
@data = (['Siemens','Nokia','Sony','Ericcson','Samsung'], [45000,12000,11000,18000,8000]);
my $sth = $dbh->prepare("SELECT kunde,umsatz FROM db_kundenumsatz"); ... #reading the data into an array of arrays just like the above }
# i dont want to write this out by hand, but rather auto ... 18000, 8000 ];