Hi,
I've been left with a Perl script to maintain and I know nothing about the language. Something has gone wrong somewhere and I'm pretty sure I've tracked it down to this Regular Expression:
# get bold & plain parts
next unless $line =~ /^\s*(.*(?:\007f\-b\007))?(.*?)\s*$/s;
my ($bold...
Hi,
I'm new to SQL and would appreciate any help!
I have a table that has a field called 'startdate' and a field called 'enddate'. I only want to return the records if todays date falls between these two dates. What is the proper way of going about this?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.