Is there a way to override "-X" functions (-s,-d,-f...) similarly? Thanks!BEGIN { *CORE::GLOBAL::open = sub { warn "Captured: " . $_[1]; open $_[0], $_ +[1] }; }
In reply to Overriding "-s", "-f" and other -X functions by Doctrin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |