Help for this page

Select Code to Download


  1. or download this
    use constant DEBUGGING => 2;
    ...
    print DEBUG "foo\n" if DEBUGGING >=2;
    ...
    print DEBUG "moo\n" if DEBUGGING;