in reply to perl file doesn't execute
See How do I post a question effectively?
I'm guessing your line endings are not LF or CRLF, along with your shebang, so try
#!/usr/bin/perl -- die $^X;
I think I remember seeing this once with CR line endings, but I'm not gonna check :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: perl file doesn't execute
by rgiskard (Hermit) on Oct 15, 2011 at 14:03 UTC |