Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: HTML::Template, two warnings, part two.

by DrManhattan (Chaplain)
on Apr 16, 2003 at 15:17 UTC ( [id://250925]=note: print w/replies, xml ) Need Help??


in reply to HTML::Template, two warnings, part two.

I poked at this a bit, and my only suggestion is that perhaps it's related to either the Win32 apache or the Win32 perl you're using. I couldn't reproduce the problem on either of the unix servers I tried.

You might try adding a __WARN__ handler. Find out if warn() is actually being called twice or if it's some issue with stderr being duplicated. E.g.

$SIG{__WARN__} = sub { print "warn called: @_\n" };

-Matt

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://250925]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 06:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found