question on copy file from map drive

2003-01-27 Thread Chan Angela
Hi all, I have cgi.pl file in internet server. I would like to copy a log file(read only file) in J:\ (which I map it to the other server) to my d:\temp folder. With the following code, I got "can't open input : Permission denied" message when I open th cgi.pl file thru IE browser. How could I get

question on copy file from map drive

2003-01-27 Thread Angela_work
Hi all, I have cgi.pl file in internet server. I would like to copy a log file(read only file) in J:\ (which I map it to the other server) to my d:\temp folder. With the following code, I got "can't open input : Permission denied" message when I open th cgi.pl file thru IE browser. How could I get

question on copy file from map drive

2003-01-27 Thread Angela_work
Hi all, I have cgi.pl file in internet server. I would like to copy a log file(read only file) in J:\ (which I map it to the other server) to my d:\temp folder. With the following code, I got "can't open input : Permission denied" message when I open th cgi.pl file thru IE browser. How could I get

question on copy file from map drive

2003-01-27 Thread Angela_work
Hi all, I have cgi.pl file in internet server. I would like to copy a log file(read only file) in J:\ (which I map it to the other server) to my d:\temp folder. With the following code, I got "can't open input : Permission denied" message when I open th cgi.pl file thru IE browser. How could I get

Re: pop-up window with database access

2003-01-27 Thread Todd Wade
"Zentara" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Mon, 30 Sep 2002 11:47:37 -0500, [EMAIL PROTECTED] (Scot Robnett) > wrote: > > >Define "a lot of people." > > I just did a quick google search for javascript statistics, and most > of the surveys show

Re: Possibly OT, but CGI related.

2003-01-27 Thread Todd Wade
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > On Thu, 23 Jan 2003 03:41:30 -0800 (PST), Will <[EMAIL PROTECTED]> wrote: > > > Not about perl, but CGI... > > > > Does anyone know why it would be more secure n

Re: Error installing DBD::Mysql

2003-01-27 Thread aa
Thanks for pointing me to the right list, to be honest I didnt know which one to post to, And mysql_config is in this location, /usr/local/mysql/bin/mysql_config i.e mysql is in /usr/local/mysql/ is this the 'normal' location? Wiggins D'Anconia wrote: What does this have to do with CGI?? [EM

Re: Help in running cgi script to append passwd file, shadow and group

2003-01-27 Thread Glynn S. Condez
From: "Jason S" <[EMAIL PROTECTED]> Guys, thanks for great idea. now i know how to solve this problem :) glen > > > On Fri, 24 Jan 2003 15:30:59 +0800, [EMAIL PROTECTED] (Glynn > > S. Condez) wrote: > > > > >Hi All, > > > > > >I created a cgi perl script, its an account creation script, means

RE: Why doesn't this work anymore ?

2003-01-27 Thread Joel Hughes
>Is it possible for a server to see the difference between a browser and a >script using the LWP::UserAgent module ? Can I fix this ? Hi Rene, I have come across this kind of problem before. Usually it is the useragent string (try pretending to be IE!) or because your not sending any cookies.