Subject: | non-sub code breaks autosplit |
AutoSplit 1.04
Non-subroutine code immediately following __END__ breaks AutoSplit
__END__
my $_suppress_warnings = sub { # during debug
DNSBL_Entry();
TarpitEntry();
dns_udpresp();
dns_udpsend();
DO();
do_INCLUDE();
dns_ns();
};
AutoSplit has not yet initialized
my $out so it dies with an error trying to used the undef'd
symbol as a reference. Earlier versions of AutoSplit (1.0305) don't do
this. Those are the two versions that I have.
I've removed the debug code so the module is happy but I think that this
is something that should be repaired in AutoSplit as it is no very
"perlish" ;-)
Thanks for great tools.
Michael
Subject: | ScriptSupport.pm |
Message body is not shown because it is too large.