> mv /usr/bin/perl /usr/bin/.perl_orig > then create a new shell script which contains the following lines: > #!/bin/sh > /usr/bin/perl -T
Just a thought, but should that not be: #!/bin/sh /usr/bin/.perl_orig -T $* I'd have thought using /usr/bin/perl is just asking for infinite recursion? Regards, John _______________________________________________ cobalt-security mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-security
