Help for this page

Select Code to Download


  1. or download this
    my %where = ();
    $where{time} = $time if $time;
    ...
    my $SA = SQL::Abstract->new();
    my ($whereSql, @whereBind) = $SA->where(\%where);
    # also look at the $SA->select(), $SA->update(), etc methods