Return-Path: Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 69536 invoked by uid 500); 15 Jul 2002 15:50:18 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 69523 invoked from network); 15 Jul 2002 15:50:18 -0000 Date: Mon, 15 Jul 2002 11:50:20 -0400 To: embperl@perl.apache.org Subject: Unititialized Values (?) Message-ID: <20020715155020.GA1072@aidos.inside.sm1th.org> Reply-To: Nate Smith Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Organization: Engineers Against Entropy, Inc. X-Operating-System: Linux 2.4.18 i686 X-Outlook: All your inbox are belong to Microsoft! From: Nate Smith X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am using EmbperlObject 1.3.4, mostly happily, but I am getting a few errors whose cause I can't quite figure out. My basic layout is as follows: template.epl (sets up a DBI handle, imports some common functions, executes calling page) i.e: [- Execute ({ inputfile => 'common/functions.inc', import => 1}) -] and [- Execute ('*') -] whatever.html (would be a requested page, also imports common/functions.inc) When whatever.html is requested by the browser I get the following errors: [11723]ERR: 32: Warning in Perl code: Use of uninitialized value in subroutine entry at /home/www/ssl/whatever.html in block starting at line 1. [11723]ERR: 32: Warning in Perl code: Use of uninitialized value in subroutine entry at /home/www/ssl/whatever.html in block starting at line 1. [11723]ERR: 32: Warning in Perl code: Use of uninitialized value in subroutine entry at /home/www/ssl/whatever.html in block starting at line 1. [11723]ERR: 32: Warning in Perl code: Use of uninitialized value in subroutine entry at /home/www/ssl/whatever.html in block starting at line 1. I am using EMBPERL_DEBUG level 4194304 currently to show IMP[ort] messages, but it doesn't tell me anything unusual: [11723]IMP: lastlog -> HTML::Embperl::DOC::_1 (8697980) [11723]IMP: toSeconds -> HTML::Embperl::DOC::_1 (8697aac) [11723]IMP: converttime -> HTML::Embperl::DOC::_1 (8697bc0) [11723]IMP: convertdate -> HTML::Embperl::DOC::_1 (8697cd4) [11723]IMP: menu -> HTML::Embperl::DOC::_1 (8699904) [11723]IMP: Create Imports for HTML::Embperl::DOC::_1 from HTML::Embperl::DOC::_3 (HASH(0x8524800)) [11723]IMP: Created Import for HTML::Embperl::DOC::_3::menu -> HTML::Embperl::DOC::_1 [11723]IMP: Created Import for HTML::Embperl::DOC::_3::lastlog -> HTML::Embperl::DOC::_1 [11723]IMP: Created Import for HTML::Embperl::DOC::_3::convertdate -> HTML::Embperl::DOC::_1 [11723]IMP: Created Import for HTML::Embperl::DOC::_3::toSeconds -> HTML::Embperl::DOC::_1 [11723]IMP: Created Import for HTML::Embperl::DOC::_3::converttime -> HTML::Embperl::DOC::_1 Am I missing something really obvious? Nate Smith -- "Why do so many otherwise intelligent people look for answers to serious questions in systems purely of their own devising, which are able to prove on their own terms that they don't even have them? Mathematics, logic, science: they're useful servants, but exceptionally bad masters." --Simon Cozens --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org