Gossamer Forum
Home : Products : Others : Fileman :

ASCII .pl editing?

Quote Reply
ASCII .pl editing?
I want to use Fileman to allow a partner of mine to upload images for a random image generator our site uses, and then edit the .pl file to enter the new image names, but everytime the file is resaved, it doesn't work...I am guessing it is a binary file when resaved...any way to get around this?, for now I just update the file myself I guess...:-(
Quote Reply
Re: ASCII .pl editing? In reply to
in the procedure 'write' after the line
$data =~s,</TEXT-AREA,</TEXTAREA,ig
your can add this line
$data =~ tr/\r//d;

And I come from China,I am experienced in Perl and web applications,and other applications.And our salary are lower than USA,so if possible,we can do some programing work in CHINA,and this can save some money,and we can do it good.
Quote Reply
Re: ASCII .pl editing? In reply to
 
Quote:
And I come from China,I am experienced in Perl and web applications,and other applications.And our salary are lower than USA,so if possible,we can do some programing work in CHINA,and this can save some money,and we can do it good.

This is more appropriate for the Resource Center...There is a section for adding yourself as an Installer of the script.

Smile

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.