sesion managing

2002-12-30 Thread koudjo ametepe
hi everbody , How do you do I developping an intranet project with perl and Mysql . I encounter a problem and still i haven't found a solution .The problem is previously i was using php/mysql ; with the function sesssion_xxx i was able to keep user id through all the pages and store it any

array through pages

2003-01-13 Thread koudjo ametepe
hello everybody thank you for al your request and suggests. I have a problem with array in perl cgi .I want to pass an array trhough two pages , just like we do with a simple varaiable ; but i can't find the way to do it . Please can you give me sme ideas about it Thank you koudjo MSN Search, le

problem with Location

2003-01-24 Thread koudjo ametepe
hi everybody I have a litle problem with the redirection with the famous print Location: ; can someone help me about it The server print internal error 500 Thank you koudjo _ MSN Messenger : discutez en direct avec vos amis !

sftp

2003-01-27 Thread koudjo ametepe
hi everybody Do someone know how to connect to a distant host with perl (via sftp ) and copy file from the host ? thank you koudjo _ MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp

Re: sftp

2003-01-27 Thread koudjo ametepe
hi everybody ; I found the solution I use the module Net::SFTP; use Net::SFTP; $host=remote host adress; %args=(user= username, password=user_password ); my $sftp=Net::SFTP-new($host,%args); $sftp-get($remote_file); koudjo

convert file

2003-02-19 Thread koudjo ametepe
hi everybbody I have a problem about coinverting files. I wanna convert a file in MSword (binary format) to text file so that i can view it with a browser such iexplore netscape. i found something called antiword but i really don't know how to use this for solving my problem Thank you for