hi !
ich habe folgende Funktion:
print "optag: ".$config{opt_tag4_notref}."\n";
if (length($config{opt_tag4_notref})>0){
my(@opt_tags) = split( /|/, $config{opt_tag4_notref} );
foreach (@opt_tags) {
push(@header_list, "opt. tag <i>".$_."</i>");
}
print Dumper(@opt_tags);
}
und bekomme folgendes Ergebnis:
optag: name|operator
$VAR1 = 'n';
$VAR2 = 'a';
$VAR3 = 'm';
$VAR4 = 'e';
$VAR5 = '|';
$VAR6 = 'o';
$VAR7 = 'p';
$VAR8 = 'e';
$VAR9 = 'r';
$VAR10 = 'a';
$VAR11 = 't';
$VAR12 = 'o';
$VAR13 = 'r';
Drücken Sie eine beliebige Taste . . .
Warum werden nicht zwei Variablen zurückgegeben ?
Gruß Jan :-)
perl-Greenhorn - Win7 64bit / strawberry (ehem. activeperl) - www.OpenStreetMap.de