in reply to Re: Command line perl 'compile'
in thread Command line perl 'compile'
This works perfectly.
The shebang is there because my purpose is to feed the perl interpreter a program contained in a file and parsed by another program!
There is no real use for what I need, but I thought it could be good practice.
I now understant that the comment from the shebang invalidates all the codeline and hence must be eliminated from the programs read.
Many thanks, especially for the quick answer.