in reply to Can't open perl script

I would say it has to do with permissions.
Can you check if you have read and execute permission for those perl scripts ?

LuCa

Replies are listed 'Best First'.
Re^2: Can't open perl script
by Anonymous Monk on May 14, 2007 at 21:40 UTC
    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 !!