in reply to Re: Re: More multiplatform perl
in thread More multiplatform perl
it would try and run ksh? assuming perl is in /usr/bin/perl I'm no expert but that sounds like a problem with your system setup somewhere. its the system that looks at the shebang line and decides what to run. if its calling ksh then...I don't have a clue.#!/usr/bin/perl use strict; use warnings; print "Hello World!!\n\n"
|
|---|