Help for this page

Select Code to Download


  1. or download this
    use constant DEBUG => 1;
    ...
    ...
    warn "Foo" if DEBUG;
    
  2. or download this
    use constant DEBUG => 1;
    ...
    ...
    ...
    ...
    &$debugsub(foobar);