Help for this page

Select Code to Download


  1. or download this
    # Replace Data::Dumper::import
    BEGIN {
    ...
    
        *Data::Dumper::import = sub { warn "Can't use Data::Dumper" };
    }
    
  2. or download this
    # Count times "Data::Dumper::import" is called, e.g. via use
    BEGIN {
    ...
            $dumper_import->(@_);    
        };
    }