in reply to Re^4: perl pre-execution hook
in thread perl pre-execution hook
It seems strange that perl doesnt have something like it
Not at all. Noone spent the time, possibly because it's much easier writing the following wrapper:
#!/bin/sh /usr/bin/perl.shadow -MFoo "$@"
|
|---|