- or download this
while($db->FetchRow()){
my %hash = $db->DataHash(@$fields_ref);
push (@data, \%hash);
}
- or download this
while($db->FetchRow()){
push (@data, $db->DataHash(@$fields_ref));
}
- or download this
while ($data[$x]){
my ($i,@orderdata,%myhash);
...
$data[$x]{'anaglyph'}="checked";}
$x++;
}