Help for this page

Select Code to Download


  1. or download this
    use constant DEBUG => 1; # at the top of the code
    
    sub debug { print STDERR @_ if DEBUG; }