Help for this page

Select Code to Download


  1. or download this
    sub debuglogger {
      my $msg = shift;
    ...
        print STDERR "$msg\n";
      }
    }
    
  2. or download this
    's/sub\s+(\w+)\s+{/sub $1 { debuglogger("entering $1"); /'