Help for this page
BEGIN { our $DEBUG = 1; }
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;