Help for this page
sub like_arg { my ($prewild, $string, $postwild) = @_; return "%" if $string eq ""; ... return $string . "%" if $postwild; ""; }