- or download this
#!/usr/bin/env perl
...
dsay "debugging output from main";
one;
two;
- or download this
hello from main
call to one:
...
call to common sub (d_area is two)
DEBUG two: debugging output from common_sub
DEBUG two: more debugging output from two
- or download this
#
# Dsay.pm
...
}
1;
- or download this
use Dsay;
- or download this
local $Dsay::d_area = '...';