$checks{'data'} =~ s/\s+$//; $checks{'data'} =~ s/^\s+//; $checks{'data'} =~ s/\s+/ /g; #### $checks{'regex'} ||= $default; #### $checks{'regex'} = $checks{'regex'} ? $checks{'regex'} : $default; #### exists($checks{'regex'}) or $checks{'regex'} = $default;
## $checks{'regex'} ||= $default; ##
## $checks{'regex'} = $checks{'regex'} ? $checks{'regex'} : $default; ##
## exists($checks{'regex'}) or $checks{'regex'} = $default;