% $m->call_next; <%init> dbh->{'private_profile'} = {} if UNIVERSAL::can(dbh, 'sprintProfile'); %init> <%filter> my $profile = ''; if ( UNIVERSAL::can(dbh, 'sprintProfile') ) { if ( lc($r->content_type) eq 'text/html' ) { $profile = '
'. encode_entities(dbh->sprintProfile()). #"\n\n". &sprintAutoProfile(). ''; "\n\n". ''; } dbh->{'private_profile'} = {}; } s/(<\/BODY>[\s\n]*<\/HTML>[\s\n]*)$/$profile$1/i; %filter>