On 8/25/05, Karyn Williams <[EMAIL PROTECTED]> wrote:
> At 11:29 AM 8/25/05 +0200, you wrote:
> >On 8/24/05, Karyn Williams <[EMAIL PROTECTED]> wrote:
> Try changing your shell to /bin/sh and then try running the script from the
> command line.
That won't help, my sh is a symlink to bash.
> >> I ca
On 8/24/05, David Van Ginneken <[EMAIL PROTECTED]> wrote:
> [~]# perl tst
> What happens? If that works.
That works, it was included in my original posting.
>
> Try this:
> [~]# cat tst
> #!/usr/bin/perl -w
> print "Hello world\n";
Here goes:
[~]# cat tst
#!/usr/bin/perl -w
print "Hello world\n"
On 8/24/05, Raj, Raymond <[EMAIL PROTECTED]> wrote:
> give execute permission to your perl script
I think it has! That's why I included:
[~]# ls tst -l
-rwxrwxr-x 1 kris users 39 2005-08-23 15:27 tst
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<