Re: Configuring Apache on Fedora9 for codestriker.

2009-03-08 Thread Dan Wallis
On 05/03/2009, anand.bha...@wipro.com wrote: > If I give the complete path of codestriker.pl > (/codestriker/codestriker-1.9.8/cgi-bin/codestriker.pl) in the browser > then I get the error window that the codestriker.js was not found and I Is that the full url you're using? If your address bar r

Re: Killing a Process

2004-11-23 Thread dan . horne
supported under the later versions of SQL*Net, but it's something that you could look at Dan Henri Asseily <[EMAIL PROTECTED]> 23/11/2004 08:11 To: Bob Showalter <[EMAIL PROTECTED]> cc: "'Kevin Bass'" <[EMAIL PROTECTED]>,

Re: I did it!

2004-02-02 Thread Dan Brow
Are you reading Learning Perl By Randal L. Schwartz & some one else depending on the edition you have? On Sun, 2004-02-01 at 11:51, Joel wrote: > I wrote a decent, working program that actually does something > semi-usefull (areaformula.pl)!!! > Check it out! You can find the area of a circle with

Multipart Documents

2004-01-25 Thread Dan Anderson
tty sure that's possible using a multipart/mixed (server push) document, but I can't find any tutorials on how to do it (preferably using CGI.pm). Can anyone either explain it or point me to a good resource? Thanks in advance, Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: CGI.pm *with* a templating system?

2004-01-21 Thread Dan Anderson
On Wed, 2004-01-21 at 01:45, Andrew Gaffney wrote: > Dan Anderson wrote: > > On Tue, 2004-01-13 at 16:05, R. Bryant wrote: > > > >>Hi List, > >> > >>Is it possible to use CGI.pm in conjunction with a templating system? > > > > > > W

Re: CGI.pm *with* a templating system?

2004-01-20 Thread Dan Anderson
read in some template file and spit out some data. However, I would assume it would not be too hard to implement. -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: help with progress bar

2004-01-20 Thread Dan Anderson
e out its upload speed, all of which could be done if you created a Java applet to upload. However, creation of such a script is pretty off topic. -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Running a system command as root

2003-12-17 Thread Dan Anderson
g for root in the /var/www/cgi-bin directory. I know webmin panels most virtual hosts use execute root commands. How do they do this, and how do I get around this? -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org

What is the best method to test out a script that is spitting info to the httpd logs

2003-11-19 Thread Dan Anderson
What is the best way to test a script that is spitting out stuff to the httpd log. lessing a huge log is a PITA, and deleting it doesn't give me a new log like I'd like (plus potentially loses information I need). Thanks in advance, Dan -- To unsubscribe, e-mail: [EMAIL PROT

Re: Cookie Paths

2003-11-19 Thread Dan Anderson
if I don't supply a path? Will it allow me access to all dirs? Or will CGI supply a path for me? Thanks again, Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Cookie Paths

2003-11-19 Thread Dan Anderson
If I create a cookie with path '/' does that mean it will be available for all web pages on my site, or will it instead be only available to web pages in the / directory? Thanks in advance, Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: cgi mail script anyone?

2003-10-08 Thread Dan Muey
> Great, I got the use lib to work but where is the directory > for these modules you mentioned (on linux): > Cool. > > No you wouldn't not if you install it via cpan (IE it's in > a standard > > directory already in @INC) Same with any other module, Net::SMTP, > > Mail::Sender, > > I did

RE: cgi mail script anyone?

2003-10-08 Thread Dan Muey
> > #/usr/bin/perl > > use strict; > > use warnings; > > use WhateverTheHeckICallTheModule qw(emailx); > > > > emailx({ > > ip => '1.2.3.4', > > to => '[EMAIL PROTECTED]', > > fr => '[EMAIL PROTECTED]', > > sb => 'Inquiry Response Request', > > ms => $emailme

RE: cgi mail script anyone?

2003-10-08 Thread Dan Muey
> I understand what you are saying but I would have to include > the path, the @INC thing, to the "use > WhateverTheHeckICallTheModule qw(emailx);". > No you wouldn't not if you install it via cpan (IE it's in a standard directory already in @INC) Same with any other module, Net::SMTP, Mail::S

RE: cgi mail script anyone?

2003-10-07 Thread Dan Muey
> Thanks, you did good with this code for me. I did not want to > load more library as most suggested. This works just fine Why not? One simple use statement and you're done. Platform independent, No relying on an external program to be at the path you specify, use the switches you specify, Or

Re: separating functionality

2003-09-26 Thread Dan Anderson
foo == 100 You can seperate packages into seperate files ending them in .pm and naming them with the package name and then: use my_package; # allows access to my_package -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Win to Unix ftp'ing

2003-09-21 Thread Dan Anderson
ipt on your script replacing "\r" with "". -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem writing to a file

2003-09-17 Thread Dan Anderson
it LOCAL ONLY. Don't try sending it to anyone or selling it. It will only give you headaches. Instead link through to a database or something you can require. -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem writing to a file

2003-09-17 Thread Dan Anderson
dd to the security of having a 777 directory. -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Capturing At Compile Time

2003-09-17 Thread Dan Anderson
The book I am reading describes exactly what you are talking about -- compiling a script into bytecode (like java). I have heard it described as experimental by some people though. -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to check server for perl setup?

2002-11-02 Thread Dan Sabo
Hi, Is there a way I can check my server to see if my perl setup and configuration is running OK and ready to run cgi scripts? I've run pre written perl cgi scripts for a few years on a shared server but recently set up my own server and for some reason I can't seem to get my long used cgi script

Re: SPLIT - What is it?

2002-07-22 Thread dan
r3,$var4) = split(/\|/,$entry); } after this code is executed, $var1 becomes "data1", $var2 becomes "data2" and so on.. dan "Teresa Raymond" <[EMAIL PROTECTED]> wrote in message news:p05100300b930547b0793@[67.37.228.239]... > Split takes a text delimited

Re: size of the value linked to param?

2001-05-29 Thread Dan Brown
esting here, I went up to 100 before calling it quits. I've included some other information that you might find useful. Hope this helps. Dan -- Vendor Information on URL limits -- Note that with method=get, IE has a limit: http://support.mic