I have this script:
#!/usr/bin/perl
require 5.004;
require FindBin;
give me this error:
opendir(./../../..): Permission denied at /usr/lib/perl5/5.6.1/FindBin.pm line 143
before I do a easyapache for recompile it, it was working... not don't.... do I miss something?
the "./../../.." = /home
#!/usr/bin/perl
require 5.004;
require FindBin;
give me this error:
opendir(./../../..): Permission denied at /usr/lib/perl5/5.6.1/FindBin.pm line 143
before I do a easyapache for recompile it, it was working... not don't.... do I miss something?
the "./../../.." = /home