FW: Running Perl program

1998-03-20 Thread Saleh A. Al-Abbad
10:56 Õ To: '[EMAIL PROTECTED]' Subject: RE: Running Perl program I experience same problem. I applied all comments from List but still I get "The requested URL /home/httpd/cgi-bin/counter.pl was not found on this server." Here I have a Win95box browsing a page on

RE: Running Perl program

1998-03-20 Thread Saleh A. Al-Abbad
n ran over the linux box !!!. Something ambiguous in the middle somewhere , maybe someone has a hint on it. Saleh -Original Message- From: Kevin W. Reed [SMTP:[EMAIL PROTECTED]] Sent: 19 March, 1998 09:35 ã To: [EMAIL PROTECTED] Subject: Re: Running Perl program Told to

Re: Running Perl program

1998-03-19 Thread Kevin W. Reed
Told to us by Remy FAURES ([EMAIL PROTECTED]) on Thu, Mar 19, 1998 at 11:42:41AM -0500 > Hi, > > I experience a problem running a Perl program on a Linux 4.2 system. > > Perl ver 5.003 with Embed is installed on my system, and the which perl > command produce the following output : /usr/bin/per

Re: Running Perl program

1998-03-19 Thread Glenn Williams
ROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, March 19, 1998 11:24 AM Subject: Re: Running Perl program >To make sure the "locate" database is up-to-date before using the locate >command, run the command > >/etc/cron.daily/updatedb.cr

Re: Running Perl program

1998-03-19 Thread Glenn Williams
From: Damond Walker <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, March 19, 1998 11:12 AM Subject: Re: Running Perl program >From: Glenn Williams <[EMAIL PROTECTED]> >Subject: Re: Running Perl program > > >&

Re: Running Perl program

1998-03-19 Thread Damond Walker
From: Glenn Williams <[EMAIL PROTECTED]> Subject: Re: Running Perl program >I dunno if this will help or not, but try the command: > >locate prog1.pl > >and Linux should return a list of locations where the program appears. >Maybe you can find

Re: Running Perl program

1998-03-19 Thread Phillip Ching 605.734.71
Hi Remy, I had experienced a similar problem before. I fixed by adding the current directory in the variable PATH in .basg_profile. In other words, append '.' to the PATH in your .bash_profile. Hope this helps Philip > Hi, > > I experience a problem running a Perl program on a Linux 4.2 sys

Re: Running Perl program

1998-03-19 Thread Glenn Williams
e and Treachery Shall Overcome Youth and Skill" -Original Message- From: Derek Balling <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, March 19, 1998 10:04 AM Subject: Re: Running Perl program >On Thu, 19 Mar 1998, Remy FAURES wrote: >&g

Re: Running Perl program

1998-03-19 Thread Derek Balling
On Thu, 19 Mar 1998, Remy FAURES wrote: > A perl program is located in my /home directory, and when I try to run it > (entering either prog1.pl or ./prog1.pl), I receive the following message : > bash: ./prog1.pl: No such file or directory > Does anybody have an idea about this problem ? Thanks

Running Perl program

1998-03-19 Thread Remy FAURES
Hi, I experience a problem running a Perl program on a Linux 4.2 system. Perl ver 5.003 with Embed is installed on my system, and the which perl command produce the following output : /usr/bin/perl A perl program is located in my /home directory, and when I try to run it (entering either prog1.