Hi all - I recently installed SuSE 8.0 Linux on several of my boxes (Microsoft has finally become unaffordable to me) and I am having a ball!
I have one problem: sometimes the #!/usr/bin/perl works, sometimes not. For perl script 'test' ls -l test -rwxr-xr-x 1 root root 41 Aug 28 08:19 test cat test #!/usr/bin/perl print "Hello world...\n"; ../test Hello world... For perl script 'x' ls -l x -rwxr-xr-x 1 root root 41 Aug 28 08:13 x cat x #!/usr/bin/perl print "Hello world\n"; ../x bash: ./x: bad interpreter: No such file or directory perl x Hello world... HUH? Aloha => Beau. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]