Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        our $DEBUG = 1;
    }
    
  2. or download this
    my $DEBUG = $main::DEBUG;
    <code>
    ...
    I don't know the reason for that, but I resolved it by doing this furt
    +her down in main:
    <code>
    my $DEBUG = $main::DEBUG;