Help for this page
BEGIN { *CORE::GLOBAL::open = sub (*;$@) { ... open(my $fh, "<", ".bashrc") or die "unable to use hacked up open func +tion: $!"; my $top = <$fh>; print $top;
LOGGING: intercepted `open` call from ( package: 'main', file: './core +over.pl', line: '34' ) with args: '??', '', '<', '.bashrc' # ~/.bashrc: executed by bash(1) for non-login shells.