Help for this page
#!/usr/bin/perl ... my @arr = $objVFP->RequestData('Customer',5); print Dumper(\@arr);
$VAR1 = [ ... ];