I am using CGI::Carp to get debugging info from a cgi script and it works great, but some os the messages I want to continue to log when the script is in production. How do I get rid of the ...at <scriptname> line ##. Right now the log file gets lines like:
All I want is: date scriptname: what I told it to print
Thanks in advance.
Tom