Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use v5.12;
    ...
    $SIG{'CHLD'}=sub { 'just a dummy' }; # this line should be reported
    require Net::DNS; # Any module messing with $SIG{'CHLD'} should be rep
    +orted from here
    Net::DNS->import(); # ... or here