Sorry. This is the complete email.
Dear All,
I am a beginner.
Recently, I receive a project in perl.
In some *.pm files,
use Carp;
.........................
sub A {
.............
warn "a warn message";
..............
}
I am sure that sub A was executed.
But I can not find the warn message in log.
The project is database website. perl + mason + html.
Via the httpd.conf, I know the log location.
So I think there maybe a switch or a debug level ?
Thank you all.
Bruce
On Mon, Nov 2, 2009 at 10:51 AM, Ming Qian <[email protected]>wrote:
> Dear All,
>
> I am a beginner.
> Recently, I receive a project in perl.
> In some *.pm files,
>
> use Carp;
> .........................
>
> sub A
> warn "a warn message";
>
>
>