Files
oddmuse/modules/debug.pl

8 lines
144 B
Perl
Raw Normal View History

2004-02-20 02:28:24 +00:00
*OldPrintFooter = *PrintFooter;
*PrintFooter = *NewPrintFooter;
sub NewPrintFooter {
OldPrintFooter(@_);
2004-05-31 00:06:35 +00:00
print "Debug Info: $DebugInfo";
2004-02-20 02:28:24 +00:00
}