Files
oddmuse/modules/debug.pl
2004-02-20 02:28:24 +00:00

8 lines
133 B
Perl

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