Debugging mod_perl with ptkdb

2003-07-23 Thread John Williams
. Patches attached for Devel::ptkdb-1.1086 and Apache::DB-0.06. ~ John Williams --- ptkdb.pm2003/07/23 17:05:20 1.1 +++ ptkdb.pm2003/07/23 17:51:09 @@ -1105,8 +1105,21 @@ # Main Window - +eval { $self-{main_window} = MainWindow-new() ; +}; +if ($@) { + my $err = $@; + my $r

Re: Templating System

2000-07-28 Thread John Williams
If there was only one way to do it, it wouldn't be perl. :) On Thu, 27 Jul 2000, Erich L. Markert wrote: OK, I'm nearing the end of one project so I'm able to take a look at new solutions so one question comes to mind. What does the template toolkit offer above and beyond HTML::Embperl or