in reply to Re: Can't open perl script
in thread Can't open perl script
permissions were right.
I finally could make some scripts work by adding -U flag
and some scripts were include a file
for some reason #!/usr/bin/perl -I/<pathtomodule> works
while #!/usr/bin/perl -I <pathto module> does not
Thanks to all monks for their prompt and quick responses !!