in reply to Re: There isn't anything wrong with this, is there?
in thread There isn't anything wrong with this, is there?

I think the shbang problem would produce that error -- it was trying to open a non-existing program ( "some_dir/usr/bin/perl" ) to execute, and hence the error about fopen failing and not having permission ( no permission because the fopen failed )

just guessing here, though...

  • Comment on Re: Re: There isn't anything wrong with this, is there?