I need some help setting up UltraEdit. This is basic, but so am I
I normally would create Perl programs in Notepad and then FTP them (WS FTP) as ASCII to my Linux server.
Here is my issue:
I create a new file (Perl script) in UltraEdit or copy code from another text file and paste into UltraEdit.
I FTP the file (ASCII) to my server.
I can run the Perl script from the command line on my Linux server but the program will not run via the browser.
I have figured out that it is something to do with the way UE is adding LF and or CR at the end of lines.
If I retype the code (not copy but type out) into notepad and upload to my server it runs fine.
How do I setup UE so that I do not run into this problem or even better, if I open a file in UE how can I get UE to save in the right format so that when I FTP the Perl program up to my server it will run properly.
I have stopped using UE due to this issue, so I would appreciate any help!
I normally would create Perl programs in Notepad and then FTP them (WS FTP) as ASCII to my Linux server.
Here is my issue:
I create a new file (Perl script) in UltraEdit or copy code from another text file and paste into UltraEdit.
I FTP the file (ASCII) to my server.
I can run the Perl script from the command line on my Linux server but the program will not run via the browser.
I have figured out that it is something to do with the way UE is adding LF and or CR at the end of lines.
If I retype the code (not copy but type out) into notepad and upload to my server it runs fine.
How do I setup UE so that I do not run into this problem or even better, if I open a file in UE how can I get UE to save in the right format so that when I FTP the Perl program up to my server it will run properly.
I have stopped using UE due to this issue, so I would appreciate any help!