Help for this page

Select Code to Download


  1. or download this
    local $Data::Dumper::Deparse = 1;
    
  2. or download this
    local $SIG{__WARN__} = sub {
       print(STDERR $_[0])
          if $_[0] !~ /^Encountered CODE ref, using dummy placeholder/;
    };