Help for this page

Select Code to Download


  1. or download this
    sub function_called {
        my $calls = 0;
    
        return { return ++$callS }
    }
    
  2. or download this
    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