Help for this page
#!/usr/bin/env perl use strict; ... $d = \$c; print "d: ${$d} \n";
results: ... c: $MaxScanId d: $MaxScanId