Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    dsay "debugging output from main";
    one;
    two;
    
  2. 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
    
  3. or download this
    #
    # Dsay.pm
    ...
    }
    
    1;
    
  4. or download this
    use Dsay;
    
  5. or download this
        local $Dsay::d_area = '...';