Subject: | Usage of bareword filehandles |
In subroutine touch(), a bareword filehandle FH is being used
in sysopen.
Here's a patch attached to use an indirect file handle to avoid
name space pollution/collusion issues.
Regards,
Tolga Ceylan
Subject: | patch |