Help for this page

Select Code to Download


  1. or download this
    our @EXPORT = qw( %debug $d_area dsay );
    
  2. or download this
    our @EXPORT = qw( %debug *d_area dsay );
    
  3. or download this
    sub one {
        local $d_area = "one";
        dsay "debugging output from one";
    }