#!/usr/bin/perl use strict; use CGI::Carp qw( fatalsToBrowser ); print "Content-type: text/plain\n\n"; my @recordset =qw/test auftr 1/; my @artenum = qw/1 2 3 4/; my $artvalue = $recordset[2]; print "
";