Quoting [EMAIL PROTECTED]:
> Hi Fella's,
>
(..)
>
>

Oops, think I should have told ya something more on why I think DESTROY is not
handled. Well, that's very easy to say: The lines printed to STDERR from within
the DESTROY function do not appear in my error_log. Though this:

 [EMAIL PROTECTED] lib]$ perl -e 'use lib qw(./); use TestTop; $Test = new TestTop();'
 Test::DESTROY()
 TestTop::DESTROY()

Works as expected. As well as this:

// - test.phtml
      1 #!/usr/bin/perl -w
      2
      3 use lib qw(./lib);
      4 use strict;
      5 use Data::Dumper;
      6 use Test;
      7
      8 my $Test = new Test();
      9
     10 print Dumper($Test);

(prints Test::DESTROY() to my error_log)

Think I've really given you all the information on my problem now, sorry I
forgot those details at first.

Wouter

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to