http://www.perlmonks.org?node_id=939468


in reply to Re^5: SQL::Abstract 'between' clause (about done)
in thread SQL::Abstract 'between' clause (about done)

Thanks but isn't my code doing what your code does?
$where{$colname}{'-between'} = [$from,$to]; #my code where{completion_date}{-not_between}= ['2002-10-01', '2003-02-06'];#yo +ur code
I though $from and $to would work as they contain the right values.