I have a perl job migrated from a Solaris server to a Linux server that is failing I believe because the Linux version is not respecting the shebang, which the Solaris server handled no problem.
perl file shebang:
#!/apps/sun5/.../software/perl/bin/perl
Solaris version:
SunOS 5.10 Generic_150400-63 sun4u sparc SUNW,Sun-Fire-V445
Linux version:
Linux 2.6.32-754.23.1.el6.x86_64
To get the job to complete successfully, I've had to revert to the old Solaris server. Is there a tweak I can make to the shebang so that the script is recognized as a perl script by the Linux server?