in reply to Re^2: Strange behaviour of m and $_
in thread Strange behaviour of m and $_

...except
$\=$/; sub print { CORE::print("[$_[0]]"); } print('foo'); # foo &print('bar'); # [bar]