Re: ActiveState's Komodo - Is it any good?

2002-08-20 Thread Wiggins d'Anconia
Sort of on this subject, but certainly great timing: http://developers.slashdot.org/article.pl?sid=02/08/20/1250242 http://danconia.org Craig Dean wrote: > It is very slow. > On Monday 19 August 2002 07:15 am, you wrote: > >>I have been looking for a good Perl development environment for Linu

Re: apache::*, simple question.

2002-08-20 Thread Bob Showalter
- Original Message - From: "fliptop" <[EMAIL PROTECTED]> To: "Bob Showalter" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 20, 2002 8:26 PM Subject: RE: apache::*, simple question. > On Tue, 20 Aug 2002 at 16:51, Bob Showalter opined: > > BS:You're joking, right? Apac

RE: apache::*, simple question.

2002-08-20 Thread fliptop
On Tue, 20 Aug 2002 at 16:51, Bob Showalter opined: BS:You're joking, right? Apache::DBI is completely useless under mod_cgi. when i use it with ordinary cgi programs and postgresql (on linux) i always see a pool of connections that remain active until httpd is restarted or the child process(es)

Re: Help!! Retrieving Image File

2002-08-20 Thread david
not sure if you already have the answer to this one but you: binmode IMAGE; print "Content-type: image/jpeg\n\n"; while(){ print; } should probably be: print "Content-type: image/jpeg\n\n"; binmode IMAGE; while(){ print; } you need to print the text header first and than print the bin

RE: apache::*, simple question.

2002-08-20 Thread Bob Showalter
> -Original Message- > From: fliptop [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 20, 2002 4:34 PM > To: Hytham Shehab > Cc: [EMAIL PROTECTED] > Subject: Re: apache::*, simple question. > > > On Tue, 20 Aug 2002 at 21:35, Hytham Shehab opined: > > HS:hi guys, > HS:is it a must

Re: apache::*, simple question.

2002-08-20 Thread fliptop
On Tue, 20 Aug 2002 at 21:35, Hytham Shehab opined: HS:hi guys, HS:is it a must to use mod_perl to access all/some apache::* modules?, i HS:mean, if i run normal perl and cgi scripts, i won't be able to access apache HS:modules? it's not necessary to use mod_perl. for example, apache::dbi h

Re: apache::*, simple question.

2002-08-20 Thread Felix Geerinckx
on Tue, 20 Aug 2002 18:35:49 GMT, Hytham Shehab wrote: > is it a must to use mod_perl to access all/some apache::* > modules?, i > mean, if i run normal perl and cgi scripts, i won't be able to access > apache modules? No it is not a must, it depends on the module. Apache::Session, e.g.

apache::*, simple question.

2002-08-20 Thread Hytham Shehab
hi guys, is it a must to use mod_perl to access all/some apache::* modules?, i mean, if i run normal perl and cgi scripts, i won't be able to access apache modules? thanks -- Hytham Shehab -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

pgp in cgi's - using someone elses keyring?

2002-08-20 Thread John Mooney
I am putting a CGI around an existing process that had been done manually (command line) in the past. The last piece of the process is to use PGP by user 'dick'. User 'dick' has a keyring of keys, one of which is the key for the user-id of someone we want to share files with, say, 'Acme Dist.

Re: Menus and Forms

2002-08-20 Thread Mark Bergeron
I'm pretty sure there is an example of just this type of thing here: http://www.cgi101.com/class/ch5/text.html Try that maybe (-8 -Original Message- From: "Margaret"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue Aug 20 02:01:53 PDT 2002 Subject: Menus and Forms >Hi > >Can someone

Re: How to set cookies for an SHTML document?

2002-08-20 Thread John Pitchko
Is the cookie being generated by the SHTML page or by a Perl script? John Pitchko Data Services Saskatchewan Government Insurance >>> "Octavian Rasnita" <[EMAIL PROTECTED]> 08/19/02 12:03pm >>> Hi all, I have an SHTML file and I want to set cookies for it. Is this possible? I've tried to use

Re: Parsing problem

2002-08-20 Thread Janek Schleicher
Felix Geerinckx wrote at Tue, 20 Aug 2002 11:29:33 +0200: >> or still shorter: >> my %data = map {chomp; split /= /} `myapp`; > > Shorter yet: > > my %data = map {split /= |\n/} `myapp`; my %data = map {split /=?\s/} `myapp` :-) Well, I still would prefer my first solution, as it is m

Re: Menus and Forms

2002-08-20 Thread Felix Geerinckx
on Tue, 20 Aug 2002 09:01:53 GMT, [EMAIL PROTECTED] (Margaret) wrote: > 2) Something similar to the above. When some fields are filled in > on a form(Form1), the user presses submit and goes on to another > form (Form2), more fields are filled in depending on form1's > input. Form2 is submitted

Menus and Forms

2002-08-20 Thread Margaret
Hi Can someone help me with these 2 problems I have : 1) I want to create 2 (or more) drop down lists. Depending on what is selected on the first list, the second list is generated and depending on what is selected on the second list the 3rd list is generated. I know this can be done in javascri

Re: Parsing problem

2002-08-20 Thread Felix Geerinckx
on Tue, 20 Aug 2002 08:20:50 GMT, [EMAIL PROTECTED] (Janek Schleicher) wrote: > or still shorter: > my %data = map {chomp; split /= /} `myapp`; Shorter yet: my %data = map {split /= |\n/} `myapp`; -- felix -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Parsing problem

2002-08-20 Thread Janek Schleicher
Connie Chan wrote at Tue, 20 Aug 2002 09:10:41 +0200: >> C++ program's output looks like this: >> >> A= 20 >> B= 30 >> C= 70 >> AVG= 40 >> MIN= 30 >> MAX= 70 >> TIME= 0.0037 >> >> If I call this in Perl: >> >> #!/usr/bin/perl -w >> my $result = `myapp`; > > replace as : > my @results = `myapp

Re: ActiveState's Komodo - Is it any good?

2002-08-20 Thread Craig Dean
It is very slow. On Monday 19 August 2002 07:15 am, you wrote: > I have been looking for a good Perl development environment for Linux for > some time now. All the IDE's I've found for Linux cost quite a bit of > money, but Komodo has a non-commercial/educational license (version 1.1 is > free but