Files
oddmuse/modules/debug.pl

8 lines
133 B
Perl
Raw Normal View History

2004-02-20 02:28:24 +00:00
*OldPrintFooter = *PrintFooter;
*PrintFooter = *NewPrintFooter;
sub NewPrintFooter {
OldPrintFooter(@_);
print "Debug Info!";
}