PerlFreshRestart (Was: Re: Apache::Symbol-calling ->can('undef_functions'))

2002-02-07 Thread Sreeji K Das
Hi True, I had already read that doc & also the 'Namespace' collision docs. However, there's no name space collission in my scripts since: 1) The entire code with same config. works with old mod_perl+perl+apache combo. 2) The errors that I get are like 'Undefined subroutine &File::Basename::basen

Re: Subrequests

2002-02-07 Thread Pierre Phaneuf
Miroslav Madzarevic wrote: > Is it possible that my perl script (Apache::Registry, > Apache::PerlRun, HTML::Mason or whatever) could run multiple > times with same parameters when the user just invokes the URL > once (for example clicks on tag) and if so how can I prevent > this from happening.

Re: [WOT] Google Programming Contest.

2002-02-07 Thread kkeller-modperl
Bill Moseley <[EMAIL PROTECTED]> writes: > Sorry for the Way Off Topic, and sorry if I missed this on the > list already: http://www.google.com/programming-contest/ It seems like a lame way to hire a contractor. :) And an even lamer way to get hired as a contractor. (ps to randal--dammit, ne

Re: Weird mod_perl & CGI.pm interaction (Bug?)

2002-02-07 Thread Ged Haywood
Hi again, On Thu, 7 Feb 2002, Mike McLagan wrote: > On Fri, 8 Feb 2002 01:18:19 + (GMT), Ged Haywood wrote: > > >On Thu, 7 Feb 2002, Mike McLagan wrote: > > > >> >Isn't this mentioned in the mod_perl Guide? > >> > > >> >http://perl.apache.org/guide > >> > > >> > >> I dug thru the guide and

Re: Weird mod_perl & CGI.pm interaction (Bug?)

2002-02-07 Thread Mike McLagan
On Fri, 8 Feb 2002 01:18:19 + (GMT), Ged Haywood wrote: >On Thu, 7 Feb 2002, Mike McLagan wrote: > >> >Isn't this mentioned in the mod_perl Guide? >> > >> >http://perl.apache.org/guide >> > >> >> I dug thru the guide and I found no mention at all of anything >> similar to this. > >http://per

Re: choice of mod_perl technology for news site

2002-02-07 Thread Ian Kallen <[EMAIL PROTECTED]>
I'm not really involved with the project but it looks to me that bricolage is heading towards content generation abstraction (there's support for Mason and HTML::Template). Therefore, I would imagine that if you wanted to use AxKit as a content generator, you could. On Thu, 7 Feb 2002, Matt Serg

Re: mod_perl "version" for Tomcat

2002-02-07 Thread Chuck Goehring
  Thanks for the responses.  Just trying to find the simplest way to do things.   Chuck Goehring

Re: Weird mod_perl & CGI.pm interaction (Bug?)

2002-02-07 Thread Ged Haywood
Hi there, On Thu, 7 Feb 2002, Mike McLagan wrote: > >Isn't this mentioned in the mod_perl Guide? > > > >http://perl.apache.org/guide > > > > I dug thru the guide and I found no mention at all of anything > similar to this. http://perl.apache.org/guide/porting.html 73, Ged.

@INC Not exported in older perl's?

2002-02-07 Thread Elizabeth Barham
Hi, I have been developing a web application using Apache and mod_perl. It consists of a single CGI perl script and many, many modules. The application was originally developed with perl 5.6. I moved it onto an i386 box running perl 5.005 and now there is a particular issue that I'm having troub

RE: [Q] SIGSEGV After fork()

2002-02-07 Thread Fister, Mark
On Thu, Feb 07, 2002 at 09:35:18PM +, Ged Haywood wrote: > Hi there, > > On Thu, 7 Feb 2002, Fister, Mark wrote: > > > Tried that. Note: you also tried to help a fellow back in November of > > 2001 on this VERY same stack trace. > > > > http://groups.yahoo.com/group/modperl/message/39560 >

Re: Weird mod_perl & CGI.pm interaction (Bug?)

2002-02-07 Thread Mike McLagan
On Thu, 7 Feb 2002 18:38:53 + (GMT), Ged Haywood wrote: >Hi there, > >On Thu, 7 Feb 2002, Mike McLagan wrote: > >>I have two scripts, call them A and B. >[snip] >>$q = new CGI; >[snip] >> Inveriably, I end up with "B::show()" in my output, not at all what I wanted, > >Isn't this men

Re: [OT] email attachments - Win32 email reader to replace OE

2002-02-07 Thread Erich L. Markert
Why not just use Netscape's mail client then? Works on Unix, Linux, Win32, etc... [EMAIL PROTECTED] wrote: >Thanks to folks who contributed, Eudora seems the thing to go with here. >What I'd really like is a Win32 version of KDE Mail, so I can have >cross-platform standardization. >regards, R

RE: [Q] SIGSEGV After fork()

2002-02-07 Thread Ged Haywood
Hi there, On Thu, 7 Feb 2002, Fister, Mark wrote: > Tried that. Note: you also tried to help a fellow back in November of > 2001 on this VERY same stack trace. > > http://groups.yahoo.com/group/modperl/message/39560 Heh, didn't get very far with Lynx on that URL... does anybody know what happ

Re: module errors

2002-02-07 Thread Brett W. McCoy
On Thu, 7 Feb 2002, GsuLinuX wrote: > we wroted a perl code to fetch some information we want from a web site. The code is >as below: > > #!/usr/bin/perl > use LWP::Simple; > use HTML::Parse; > We have the debug error: > > Can't locate HTML/Parse.pm in @INC(@INC contains: > /usr/lib/perl5/5.6

RE: [OT] callisto software graphics

2002-02-07 Thread Bryan Henry
you paid some one to make that design for you? put the smack down... and spread the word once you figure out who did the stealing... ~ b r y a n -Original Message- From: Michael A Nachbaur [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 2:55 PM To: Aaron Ross; [EMAIL PROTEC

Re: [OT] callisto software graphics

2002-02-07 Thread Michael A Nachbaur
> http://callistocms.com v http://w.moreover.com/ Grrr! I had an outside designer come up with that Look&Feel for me. I had no idea they ripped it off. /me kicks designers butt -man

module errors

2002-02-07 Thread GsuLinuX
we wroted a perl code to fetch some information we want from a web site. The code is as below:   #!/usr/bin/perluse LWP::Simple;use HTML::Parse;use HTML::FormatText;use CGI;$query = new CGI;my ($html, $ascii);$html = get("http://www.tcmb.gov.tr/kurlar/today.html");defined $html or die "Sayfa

Re: [OT] email attachments - Win32 email reader to replace OE

2002-02-07 Thread Rod Butcher
Thanks to folks who contributed, Eudora seems the thing to go with here. What I'd really like is a Win32 version of KDE Mail, so I can have cross-platform standardization. regards, Rod === The sender has never accepted any funding from Enron. Any suggestion to that

DBI, Dynaloader, mod_perl, and Undefined symbol "PL_dowarn"

2002-02-07 Thread Jonathan Hilgeman
I just experienced an issue where I upgraded MySQL, and had to reinstall the DBD::Mysql module to match the new client libraries (libmysqlclient.so.10 - I was getting messages about an ISA directive not found). After reinstalling the MySQL module, DBI began to spew errors at me when I tried to res

Re: [WOT] Google Programming Contest.

2002-02-07 Thread Medi Montaseri
This reaminds me of a Brain Bowl competition at USC a few years ago, where the winner (a one man Perl speaking team) solved 4 out of 6 problems in the given time (compared to other multiple member teams) and the school of engineering decided to remove Perl as one of the possible languages The sto

RE: [Q] SIGSEGV After fork()

2002-02-07 Thread Fister, Mark
On Thu, Feb 07, 2002 at 01:03:29AM +, Ged Haywood wrote: > Hi there, Hi! Thank you SOOO much for the reply! [SNIP] > You might try usemymalloc. Tried that. Note: you also tried to help a fellow back in November of 2001 on this VERY same stack trace. http://groups.yahoo.com/group/modperl

Re: Subrequests

2002-02-07 Thread Ged Haywood
Hi there, On Thu, 7 Feb 2002, Miroslav Madzarevic wrote: > Is it possible that my perl script (Apache::Registry, Apache::PerlRun, > HTML::Mason or whatever) could run multiple times with same parameters when the > user just invokes the URL once (for example clicks on tag) and if so how > can

Re: Weird mod_perl & CGI.pm interaction (Bug?)

2002-02-07 Thread Jason Czerak
On Thu, 2002-02-07 at 13:38, Ged Haywood wrote: > Hi there, > > On Thu, 7 Feb 2002, Mike McLagan wrote: > > >I have two scripts, call them A and B. > [snip] > >$q = new CGI; > [snip] > > Inveriably, I end up with "B::show()" in my output, not at all what I wanted, > > Isn't this mentio

Re: Weird mod_perl & CGI.pm interaction (Bug?)

2002-02-07 Thread Ged Haywood
Hi there, On Thu, 7 Feb 2002, Mike McLagan wrote: >I have two scripts, call them A and B. [snip] >$q = new CGI; [snip] > Inveriably, I end up with "B::show()" in my output, not at all what I wanted, Isn't this mentioned in the mod_perl Guide? http://perl.apache.org/guide 73, Ged.

Re: [WOT] Google Programming Contest.

2002-02-07 Thread iain truskett
* Randal L. Schwartz ([EMAIL PROTECTED]) [08 Feb 2002 05:28]: > * "Dave" == Dave Rolsky <[EMAIL PROTECTED]> writes: > > In the Slashdot discussion, there's a link to a usenet posting by a > > Google employee which explicitly says only C++ or Java, no Perl or > > Lisp. > "A google employee" is per

Re: Can't locate Sybase/CTlib.pm

2002-02-07 Thread Rafiq Ismail (ADMIN)
btw, my assumption here was that massive long line in your -I is some how wrong. Well it's got to be right? Fiq On Thu, 7 Feb 2002, Rafiq Ismail (ADMIN) wrote: > Hi Lynne, > > On Wed, 6 Feb 2002, Ng, Lynne (Exchange) wrote: > > #!/usr/bin/perl -I > > /usr/local/lib/perl5/site_perl/5.005/sun4-

Re: [WOT] Google Programming Contest.

2002-02-07 Thread Randal L. Schwartz
> "Dave" == Dave Rolsky <[EMAIL PROTECTED]> writes: Dave> In the Slashdot discussion, there's a link to a usenet posting by a Google Dave> employee which explicitly says only C++ or Java, no Perl or Lisp. "A google employee" is perhaps only an opinion though. Is it the group running the con

Re: Can't locate Sybase/CTlib.pm

2002-02-07 Thread Rafiq Ismail (ADMIN)
Hi Lynne, On Wed, 6 Feb 2002, Ng, Lynne (Exchange) wrote: > #!/usr/bin/perl -I > /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/Sybase:/usr/local/lib/perl > 5/site_perl/5.005/sun4-solaris/auto/Sybase > use Sybase::CTlib; > @INC = @lib::ORIG_INC; ** > print "Hello world"; ** Assuming that "@IN

Re: [WOT] Google Programming Contest.

2002-02-07 Thread Dave Rolsky
On 7 Feb 2002, Randal L. Schwartz wrote: > No, they say "must use our C++ interface routines", and "no closed-source > solutions". If you provide an open source package, you must > tell where and how to download and build. > > Thus, Perl is fine. In the Slashdot discussion, there's a link to a

Weird mod_perl & CGI.pm interaction (Bug?)

2002-02-07 Thread Mike McLagan
Hello, I have two scripts, call them A and B. Here's what I'm doing (paraphrased heavily to save posting a huge pile of code): In data.html, I have: In A, I have: $q = new CGI; show() if $q->param('action') eq 'show'; sub show { Apache::Include->virtual("B?action=

Re: [OT] callisto software graphics

2002-02-07 Thread Aaron Ross
> > It just shows off the power of Orange... i, for one, believe in the power of orange. > Nanoware...http://www.nanoware.org/ can i place a request for some orange nanoware? -- aaron ross . alias i, inc email . [EMAIL PROTECTED] phone . 215 545 6428

Re: [WOT] Google Programming Contest.

2002-02-07 Thread Randal L. Schwartz
> "Bill" == Bill Moseley <[EMAIL PROTECTED]> writes: Bill> Sorry for the Way Off Topic, and sorry if I missed this on the list already: Bill> http://www.google.com/programming-contest/ Bill> They say C++ or Java. What, no Perl? No, they say "must use our C++ interface routines", and "no cl

[WOT] Google Programming Contest.

2002-02-07 Thread Bill Moseley
Sorry for the Way Off Topic, and sorry if I missed this on the list already: http://www.google.com/programming-contest/ They say C++ or Java. What, no Perl? -- Bill Moseley mailto:[EMAIL PROTECTED]

Re: weird problem. Lost of the POST data (SOLUTION)

2002-02-07 Thread Jason Czerak
On Mon, 2002-02-04 at 11:12, Oscar Serrano wrote: > Hi: > some days ago I wrote to ask for this problem: The CGI.pm (sometimes) could > not receive the POST data. I tried all you recomended me here in the list. > But I still had the problem. Finally I decide to kick out CGI.pm and start > to use t

Re: [OT] callisto software graphics

2002-02-07 Thread Leon Brocard
Aaron Ross sent the following bits through the ether: > http://callistocms.com v http://w.moreover.com/ It just shows off the power of Orange... Leon -- Leon Brocard.http://www.astray.com/ Nanoware...http://www.nanoware.org/ ... Dragons

Re: [OT] callisto software graphics

2002-02-07 Thread Jon Robison
Obviously one of those "Use our program to build your web site in just 1 hour!" things. Maybe NOFusion? It used to come with a bunch of those "Fast Templates" --Jon R. Aaron Ross wrote: > > http://callistocms.com v http://w.moreover.com/ > > hmmm > > -- > aaron ross . alias i, inc >

Re: mod_perl, OpenPGP & Math::Pari - Solved

2002-02-07 Thread Ged Haywood
Hi again, On Fri, 8 Feb 2002, Jason Galea wrote: > someone coulda told me to RTFM.. 8) That's what I was trying to tell you. :) 73, Ged.

[OT] callisto software graphics

2002-02-07 Thread Aaron Ross
http://callistocms.com v http://w.moreover.com/ hmmm -- aaron ross . alias i, inc email . [EMAIL PROTECTED] phone . 215 545 6428

Re: choice of mod_perl technology for news site

2002-02-07 Thread Dave Hodgkinson
Nate Campi <[EMAIL PROTECTED]> writes: > Lets pretend I work for Wired News, and I really really hate Vignette's > content management system. I mean *really* hate it. I'm the Ops guy > supporting it and I have nightmares about the next unexplained CMS > crash. > > Ok, we all know mod_perl is the

Re: mod_perl, OpenPGP & Math::Pari - Solved

2002-02-07 Thread Jason Galea
someone coulda told me to RTFM.. 8) then again I've read it before, so it probably wouldn't have helped, but just for those who have doubts... PerlFreshRestart is BAD!! but it's bad in a weird way cos it didn't affect my test server, but when I turned it off on the production server everythin

Re: Apache::Symbol-calling ->can('undef_functions')

2002-02-07 Thread Geoffrey Young
Sreeji K Das wrote: > > Hi > > Well, it's only a small part of my big problem :-( > I'm trying to get PerlFreshRestart working. I had been > banging my head against it for almost 5 days & I was > thinking about preparing a small test case & posting. > > Well I want apache to load all my perl st

Re: Apache::Symbol-calling ->can('undef_functions')

2002-02-07 Thread Jim Smith
On Thu, Feb 07, 2002 at 08:09:57AM -0500, Geoffrey Young wrote: > Sreeji K Das wrote: > > > > Hi > > The following > > perl -MDevel::Symdump -e '$t = > > Devel::Symdump->new(main); print $t->packages, "\n";' > > > > in perl 5.6.1 returns as one the packages ! > > Apache::Symbol (mod_perl-1.26)

Re: Apache::Symbol-calling ->can('undef_functions')

2002-02-07 Thread Geoffrey Young
Sreeji K Das wrote: > > Hi > The following > perl -MDevel::Symdump -e '$t = > Devel::Symdump->new(main); print $t->packages, "\n";' > > in perl 5.6.1 returns as one the packages ! > Apache::Symbol (mod_perl-1.26) seems to call a > 'can('undef_function..' on this values & as a result, > a fatal

Subrequests

2002-02-07 Thread Miroslav Madzarevic
Is it possible that my perl script (Apache::Registry, Apache::PerlRun, HTML::Mason or whatever) could run multiple times with same parameters when the user just invokes the URL once (for example clicks on tag) and if so how can I prevent this from happening. I guess this is because of subrequ

[OT] Unsubscribe help

2002-02-07 Thread Per Møller
Can somebody please help me unsubscribe to this mailinglist? I have send a mail to [EMAIL PROTECTED] but it does not seem to work. I'm still getting the mails from this mailinglist. Who's the person responsible for this list? // Per Moeller

Apache::Symbol-calling ->can('undef_functions')

2002-02-07 Thread Sreeji K Das
Hi The following perl -MDevel::Symdump -e '$t = Devel::Symdump->new(main); print $t->packages, "\n";' in perl 5.6.1 returns as one the packages ! Apache::Symbol (mod_perl-1.26) seems to call a 'can('undef_function..' on this values & as a result, a fatal error is thrown ! I have done a 'next if

scripts running under Apache::Registry and tie()/untie()

2002-02-07 Thread johannes . grumboeck
Hi, I'm very new to modperl and I've got a question regarding the usage of tie () and untie(). I've written a perl-script for authenticating a user's IP-address against a DBM-database which has stored a certain valid IP-range for each user. I put it into a directory where every .perl-file runs

Re: choice of mod_perl technology for news site

2002-02-07 Thread Michael Kroell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 7 Feb 2002, Robin Berjon wrote: > If you want AxKit, there are CMSs is being built there. I haven't checked out > XIMS in a while, and last time I heard it was running under > CGI::XMLApplication / SAWA but considered to be easily portable to