|
-
Sep 2nd, 2001, 09:22 PM
#1
Thread Starter
Fanatic Member
I think there needs to be another slash in front of 'usr'. If you don't know where perl is located, type 'which perl' or 'whereis perl' at the command line to see.
Alcohol & calculus don't mix.
Never drink & derive.
-
Sep 2nd, 2001, 09:49 PM
#2
*Ooops* Typo
-
Sep 3rd, 2001, 04:03 AM
#3
Member
Thank you!
Thanks, people!
But the problem clearly isn't the shebang line, for it worked fine before. Only after saving and uploading (Win2k), it doesn't work anymore.
If it is of any help:
The working files appear to have little blocks between the lines instead of normal line breaks (enters).
Thanks,
Da Byte
-
Sep 3rd, 2001, 06:11 AM
#4
Monday Morning Lunatic
Unix/Windows line termination 
Change all occurences of \r\n in your file to \n - this is why they show as little boxes under Windows. You can do it with any good hex editor
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 3rd, 2001, 06:13 AM
#5
Monday Morning Lunatic
Just realised...upload with FTP as ASCII and it should convert them for you.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|