|
Help with perl please
I've built a script that does a bunch of stuff but more importantly overwrites a .pl file.
It gets overwritten properly online and when i download it, i see all the contents as they are supposed to be. So that is not the problem.
My problem is after it has been overwritten, i need to download it and reupload it so it can be run from another script that rebuilds.
It seems to me that the problem is that it gets overwritten in another mode than ascii because only reuploading as ascii fixes it.
If you have any ideas, it would be much appreciated. Perhaps a piece of code to add to my script so it overwrites as ascii and can be run right away.
Thanks
|