Files
oddmuse/modules/debug.pl
2004-05-31 00:06:35 +00:00

8 lines
144 B
Perl

*OldPrintFooter = *PrintFooter;
*PrintFooter = *NewPrintFooter;
sub NewPrintFooter {
OldPrintFooter(@_);
print "Debug Info: $DebugInfo";
}