http://www.perlmonks.org?node_id=213063


in reply to Re: Re: More multiplatform perl
in thread More multiplatform perl

so if you tried
#!/usr/bin/perl use strict; use warnings; print "Hello World!!\n\n"
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.


jjdraco
learning Perl one statement at a time.