RE: DBIx::Recordset 'do' syntax?

2004-10-08 Thread Steven Hajducko
"purge master logs to '$logs[$purge_to]'"); } exit; Someone implement that in DBIx::Recordset? -- sh -Original Message- From: Terrence Brannon [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 12:23 PM To: Steven Hajducko Cc: '[EMAIL PROTECTED]' Subject:

DBIx::Recordset 'do' syntax?

2004-10-07 Thread Steven Hajducko
Having trouble using DBIx::Recordset->do. I'd like to use the do command to issue 'show master logs' on a MySQL database. Unfortunately, I can't find a way to actually get the data ouput back. It doesn't seem to return the data back like a regular $set -> Search would. I'm confused on how to us

ugh

2001-04-08 Thread Steven D. Arnold
I apologize to the list for my spam as well as the nasty HTML mail. I was testing a new email client and it tried to resend my whole outbox. I hate when that happens. Again, my apologizes for zapping your eyes with that nasty HTML! -- Steven D. Arnold Que quiero sera

weird(?) behaviour with Embperl, cookies & Apache::Sesion

2001-02-19 Thread Steven
I'm using Embperl together with Apache::Session. I'm running into a problem I don't understand and it might be Embperl related, or mod_perl, or apache or MSIE or  I'm developing a web-site and would like to use session handling in Embperl. Setting the cookies usually works ok. My MS IE5

problems with CLEANUP

2000-10-20 Thread Steven D. Arnold
27;ll probably be upgrading to b5 soon after it's released. -- Steven D. Arnold Que quiero sera [EMAIL PROTECTED] "He was part of my dream, of course -- but then I was part of his dream too."

precompiled Embperl for Mandrake 7.1?

2000-10-20 Thread Steven Wilcoxon
Does anyone have available a precompiled version of Embperl for use with Mandrake 7.1 under Apache?' I'm trying to avoid installing the source for Apache & to use the two together Embperl needs other source packages already installed. S.W. [EMAIL PROTECTED] -

apparent bug in udat handling

2000-07-17 Thread Steven D. Arnold
uot; unless ($app); confess "function must be passed a reference to udat" unless (ref($udat_ref) eq "HASH"); if (!defined($udat_ref->{$app})) { $udat_ref->{$app} = {}; } return $udat_ref->{$app}; } We have worked ar

Re: More udat persistence issues

2000-05-20 Thread Steven D. Arnold
ate: Fri, 19 May 2000 15:30:24 -0700 >From: ___cliff rayman___ <[EMAIL PROTECTED]> >Organization: General Wax, Inc. >X-Mailer: Mozilla 4.73 [en] (Win95; U) >X-Accept-Language: en >To: "Steven D. Arnold" <[EMAIL PROTECTED]> >Subject: Re: more udat persistenc

RE: more udat persistence issues

2000-05-19 Thread Steven D. Arnold
che/htdocs/embperl SetHandler perl-script PerlHandler HTML::Embperl Options ExecCGI AddType text/html .epl steve -- Steven D. Arnold Que quiero sera [EMAIL PROTECTED] "We choose to go to the moon in this decade and

RE: more udat persistence issues

2000-05-18 Thread Steven D. Arnold
access to the file from here. Well, this is puzzling enough that it ought to at least make a good FAQ item once we solve it. ;-) steve -- Steven D. Arnold Que quiero sera [EMAIL PROTECTED] "We choose to go to the moon in this decade and do the other things, not beca

RE: more udat persistence issues

2000-05-18 Thread Steven D. Arnold
remented from there. Perhaps embperl is using some means other than a cookie to identify my machine? What would you say is the next step in debugging this? steve -- Steven D. Arnold Que quiero sera [EMAIL PROTECTED] "We choose to go to the moon in this decade and do th

RE: more udat persistence issues

2000-05-17 Thread Steven D. Arnold
Cookie: HTTP header in its request? Any ideas or thoughts welcome. steve -- Steven D. Arnold Que quiero sera [EMAIL PROTECTED] "We choose to go to the moon in this decade and do the other things, not because

more udat persistence issues

2000-05-16 Thread Steven D. Arnold
pgsql/bin:/usr/local/bin:/usr/sbin:/sbin:/usr/local/apache/bin:/home/dba/bin:/home/dba/lib What am I doing wrong? I am relatively new to some of the more in-depth Apache configurations, so I may be making a simple error here. Any ideas are appreciated! steve -- Steven D. Arnold Que qui

possible html replacement bug

2000-05-04 Thread Steven D. Arnold
Hi, I have encountered what may be a bug of sorts in Embperl -- or perhaps there's a way to fine-tune Embperl's behavior that I don't understand. I am attempting to dynamically write javascript as follows: [- $query= $param[0]; $col_name = $param[1]; $i= 0; -] [$

URL problem

2000-05-04 Thread Steven D. Arnold
I've noticed that EmbPerl has the useful quality of setting the URL of any page I go to to a value that will take me back to the same page if entered manually from the browser. This provides a very nice automatic-bookmarking feature. However, there is one serious problem. I have a login page which

RE: reading cookies, and a bug

2000-05-01 Thread Steven D. Arnold
cript will run. This sounds like a caching bug. The > >obvious workaround is to re-save the file. > >Steven, which version of Embperl you are using? There is no caching bug in >the current version of Embperl. There must be another reason for this strang >behaviour. I am not in

RE: reading cookies, and a bug

2000-05-01 Thread Steven D. Arnold
Hi Indrek, Thanks for the feedback. At 03:51 PM 5/1/2000 -0500, indrek siitan wrote: >gerald's logic (probably, I can't speak for him :) is that there >should be no need for cookies - just use the %udat hash instead. >this eliminates the need for session-cookies, but there might still >be a nee

reading cookies, and a bug

2000-05-01 Thread Steven D. Arnold
I have looked through the FAQ, the docs and what I have received so far on this list and I am still unclear on how to /read/ cookies in EmbPerl. I do know how to send them. I can also read them with CGI.pm within EmbPerl, but surely there must be a way to do this directly in EmbPerl. Anyone hav

problem solved, but still weird!

2000-04-19 Thread Steven D. Arnold
Hey folks, Well, my script seems to be running correctly now, but I don't understand why. I added 8192 to the debug value so I could get the in-browser links to the debugging information. I also created an EMBPERL_VIRTLOG entry. I then stopped and started apache, and for some reason it now w

RE: strange problem

2000-04-19 Thread Steven D. Arnold
Hi Wim, At 10:36 AM 4/19/2000 -0700, you wrote: > While I'm quite new to embperl (but using it daily), I think I've seen this. > It seems like the [+ +] block isn't seeing the $mvar of the [- -] block. Thanks for the pointer. I tried it out, but unfortunately it didn't fix it. I even changed

strange problem

2000-04-19 Thread Steven D. Arnold
Hi, I have installed mod_perl and EmbPerl successfully. All the tests work and I can do simple EmbPerl scripts. However, I'm trying to do a script that is a little more complicated. The script reads: Some Plain tests for Embperl [- use foo; $mvar = foo->new(); -] [+