Help for this page
sub function_called { my $calls = 0; return { return ++$callS } }
sub late_bound_sql { ... # Use them. &$lb1(2,4); # Inserts x= 2, y= 4 to table foo. &$lb2("cuttlefish"); # Inserts a= cuttlefish, b= NULL to table bar