Re: Oracle DBF Tablespaces and Perl

2006-05-01 Thread Mark Galbreath
Unfortunately, direct access to the Oracle database is not possible as it is off-site.  All I have to work with are the 8 DBF files and DBI.pm.   ~m>>> Sean Davis [EMAIL PROTECTED]> 01-May-06 11:25:13 AM >>On 5/1/06 11:00 AM, "Mark Galbreath" <[EMAIL PROTECTED]>

Oracle DBF Tablespaces and Perl

2006-05-01 Thread Mark Galbreath
Our Oracle team exports 8 DBF files to a local directory.  Is it possible to use perl to query these tablespace files directly?  Using perl, how would I get them into a MySQL database?  Do I need anything besides DBI.pm?   thx, mark

Re: Progress bar for file uploads

2006-04-27 Thread Mark Galbreath
http://hacks.oreilly.com/pub/h/943   google is your friend.   mark>>> Martin Moss <[EMAIL PROTECTED]> 27-Apr-06 09:00:09 AM >>> All,Does anybody know of a progress bar type class forfile uploads? (apache 1)Or, if there isn't one, available, what are the basicsteps needed to implement one? regards

Re: [OT] modperl vs. Ruby

2006-02-25 Thread Mark Galbreath
which then begs the question, why RoR and not Catalyst?   mark>>> Randal L. Schwartz 25-Feb-06 09:28:19 AM >>> > "Daniel" == Daniel McBrearty <[EMAIL PROTECTED]> writes:Daniel> I think catalyst was modeled closely on ROR.Heh.  Catalyst was in production long before RoR was even being discuss

Re: [OT] modperl vs. Ruby

2006-02-24 Thread Mark Galbreath
Better yet, ask your boss why s/he wants to use RoR.  If it is more than "because it's cool," enlighten us as well.   mark>>> "Harry Zhu" <[EMAIL PROTECTED]> 24-Feb-06 13:15:43 PM >>> Can some body worked/studied on both world tell me the pros and cons about these two?   Our system was built on

RE: TIE

2006-02-23 Thread Mark Galbreath
B for example,  are similarly supported.     By the way tie's are not that hard once you get used to them, but reuse and inheritance is defiantly the way to go!   enjoy! Christian -----Original Message-From: Mark Galbreath [mailto:[EMAIL PROTECTED]Sent: Thursday, February 23, 2006 9:28 AMT

RE: TIE

2006-02-23 Thread Mark Galbreath
stuff like this before 2010.  :-)   mark>>> Chris Werner <[EMAIL PROTECTED]> 23-Feb-06 09:34:43 AM >>> man GDBM_File -----Original Message-From: Mark Galbreath [mailto:[EMAIL PROTECTED]Sent: Thursday, February 23, 2006 7:08 AMTo: modperl@perl.apache.orgSubject: TIE I must

TIE

2006-02-23 Thread Mark Galbreath
I must be missing the point.  In the 3rd edition of the Camel Book, there is a passing reference in Chapter 14 that goes something like       You used to have to use dbmopen() but now you can use tie.   I am picking perl back up after 10 years and dbmopen() always worked great for me.  I don't ca

[FRIDAY] Trivia Question

2006-02-17 Thread Mark Galbreath
Why is brian d joy's name uncapitalized on the cover of the 4th edition of the Llama book?

Re: A question for the newbies

2006-02-17 Thread Mark Galbreath
This was a cool interjection of cosmic coincidence.  I'm sitting here reading the 4th Edition of "Learning Perl."  I wore the other editions out.  I have "Learning Perl Objects, References & Modules" on the shelf right next to me.    Thanks for the great reads (and the sense of humor) over the ye

Re: A question for the newbies

2006-02-17 Thread Mark Galbreath
I've worked with PHP since 4.2 and I think its a nice language.   For somebody else.  I bloody well hate it.   Mark>>> Frank Wiles <[EMAIL PROTECTED]> 17-Feb-06 18:02:47 PM >>> On Fri, 17 Feb 2006 16:54:23 -0600"will trillich" <[EMAIL PROTECTED]> wrote:> as for php, it's a nice language, in no sm

Re: A question for the newbies

2006-02-16 Thread Mark Galbreath
Many people do not realize that the core of .NET is an open standard.  It was submitted to ECMA and approved 3 years ago.  There is, in fact, a pretty robust open source .NET project on SourceForge: Mono.  Since Java 5.0 was released, however, the interest in C# has decreased, and no one was ever

Re: mod_perl 2.0.0 + Apache 2.0.55 on Cygwin Win2k3

2006-02-16 Thread Mark Galbreath
Excellent!  Coding perl (this makes content relevant) allow you to ski Whistler/Blackcomb? >>> Tyler MacDonald <[EMAIL PROTECTED]> 16-Feb-06 09:56:51 AM >>> Mark Galbreath <[EMAIL PROTECTED]> wrote:> No, I'm saying modules that have been upgraded to 8.7 ma

Re: A question for the newbies

2006-02-16 Thread Mark Galbreath
truly.  The only thing PHP ever had going for it as far as I can see is templating.  And the Perl Template Toolkit is way cooler than PHP's templating framework.   On the other hand, if you write OO PHP (available since version 5), it could develop into a robust scripting language.  But there are

Re: mod_perl 2.0.0 + Apache 2.0.55 on Cygwin Win2k3

2006-02-16 Thread Mark Galbreath
No, I'm saying modules that have been upgraded to 8.7 may no longer work in a 5.6 envirnoment.  Mine didn't.   Way cool.  Where (geographically) ru?>>> Tyler MacDonald [EMAIL PROTECTED]> 16-Feb-06 08:56:17 AM >>     I'm kind-of confused here... are you saying that activeperl 8xxbuilds don't have

Re: A question for the newbies

2006-02-16 Thread Mark Galbreath
I've been developing apps for business, ecommerce, and government in Java for 6 years.  I developed Web sites with Perl 5.0 CGI in the mid-1990s but never much cared for it outside of its excellent string maniulation, being attracted to the pure OO languages. I spent the last 2 years developing i

Re: mod_perl 2.0.0 + Apache 2.0.55 on Cygwin Win2k3

2006-02-16 Thread Mark Galbreath
A word of caution from personal experience here.   First, I love ActiveState' s stuff - I bought (out of my pocket) personal and pro licenses for Komodo 3.2 and 3.5.  I run ActivePerl 5.8 and ActivePython 2.4 on my Winblows and Linux boxes at home.  So what's the prob?   At the office, installing

[OT] Linux in the News

2006-02-15 Thread Mark Galbreath
This just in:   http://ct.enews.eweek.com/rd/cts?d=186-3209-8-85-114956-376644-0-0-0-1   ...like this is news or something.   Mark<-|->kraM

Re: [RELEASE CANDIDATE] Apache-Test 1.28

2006-02-13 Thread Mark Galbreath
It wouldn't hurt to publish the access data needed for SmartCVS and Smart SVN as well.   mark>>> Dan Wilga <[EMAIL PROTECTED]> 13-Feb-06 13:08:21 PM >>> At 9:59 AM -0500 2/13/06, Geoffrey Young wrote:>Mark Galbreath wrote:>>  I'm drawing a blank>

Re: [RELEASE CANDIDATE] Apache-Test 1.28

2006-02-13 Thread Mark Galbreath
I wasn't complaining; I really was drawing a blank page.  I think it's great you are announcing on this list.  I am, for better or worse, a beta junkie (aka, "masochist").   Mark>>> Geoffrey Young <[EMAIL PROTECTED]> 13-Feb-06 09:59:48 AM >>> Mark

Re: [RELEASE CANDIDATE] Apache-Test 1.28

2006-02-13 Thread Mark Galbreath
I'm drawing a blank >>> Geoffrey Young <[EMAIL PROTECTED]> 13-Feb-06 09:44:08 AM >>> we are pleased to announce a new release candidate for the Apache-Testdistribution.  http://people.apache.org/~geoff/Apache-Test-1.28-dev.tar.gzplease give it a whirl and report back success or failure.prior

Re: I'm getting max connection errors for Apache::DBI

2006-02-10 Thread Mark Galbreath
That's alright...it's Friday and no one was sending any jokes, anyway.  And I was getting a chuckle out of your name.   mark>>> Boysenberry Payne <[EMAIL PROTECTED]> 10-Feb-06 13:30:46 PM >>> Sorry about the extra posts I was having email difficulties that day...Everything is working fine now tho

Re: read query params

2006-02-10 Thread Mark Galbreath
I have one whineI bought "Practical mod_perl" from amazon.com and was v e r y disappointed that it only covered version 1 (only a brief reference to MP2).  I understand that MP2 is so different that I've wasted $30 (well, at least Stas and Eric will get about 10 cents out of it).   mark>>> Bo

Re: timestamp of Apache::DB

2006-02-07 Thread Mark Galbreath
Apache 2.1 does not recognize in httpd.conf.  Does this have something to do with it's mod_perl autoload feature?   mark>>> Ken Perl <[EMAIL PROTECTED]> 07-Feb-06 04:04:46 AM >>> Cool, I guess you mean add these lines into the conf file,use CGI::Carp;Thanks, It works.On 2/7/06, John Doe <[EMAIL

Re: hardware prerequisite

2006-02-02 Thread Mark Galbreath
I wasn't aware you could run any modern software on a CPU that slow.  Use that machine for a doorstop, dude, and upgrade to something manufactured in the last 3 years.   mark>>> Ken Perl <[EMAIL PROTECTED]> 02-Feb-06 04:15 AM >>> My machine which cpu is celeron 266Mhz is running Debian 3.1, andap

Re: mod_perl2 DBI handle freshining problem solved "once and for all"...

2006-02-01 Thread Mark Galbreath
and...?   ]:-)>>> Tyler MacDonald [EMAIL PROTECTED]> 01-Feb-06 17:06 PM >>     Yeah, I ditched Apache::DBI early in diagnosing this problem. Then Iwrote that hack to solve it, which is what has started this whole thread. Iwas happy just posting the hack and leaving it at that, but you guys keepeg

Re: Mod_perl using wrong version of perl

2006-01-31 Thread Mark Galbreath
I had the same problem when I installed 5.8.7 over 5.8.6.  I had to do a      find / -iname "*perl*   and because I'm not smart enough to know all the shit on my machine that uses perl nor was I inclined to hunt down every config file, instead of deleting all the old perl I created symbolic links

Re: RegEx Hell

2006-01-31 Thread Mark Galbreath
Beer?  I'm all over that!  I gotta get out of here early (before 8:00 PM) today because Bush is giving the State of the Union at the Capital...about 4 blocks away.   Mark>>> Steven Lembark <[EMAIL PROTECTED]> 31-Jan-06 12:34:18 PM >>> > this kind of question would best go to your local perl monge

Re: RegEx Hell

2006-01-31 Thread Mark Galbreath
Thanks to all (even the flames  : -)    ) who suggested:     perldoc File::Basename;    perldoc File::Spec;I just got a new job programming Perl 5.8.7.  My last Perl experience was 10 years ago with 5.0, and my regex is rusty.  Not that I ever liked regex to begin with, which is why File::Spec and

Re: RegEx Hell

2006-01-31 Thread Mark Galbreath
Too Cool!!  Thanks, Tom!   mark>>> Tom Schindl <[EMAIL PROTECTED]> 31-Jan-06 12:06:22 PM >>> man File::Spec ;-)Mark Galbreath wrote:> Close enough to perl, I hope...>  > I'm trying to string the filename from the path:>  >    /dir/subdir/file.ext =>

RegEx Hell

2006-01-31 Thread Mark Galbreath
Close enough to perl, I hope...   I'm trying to string the filename from the path:      /dir/subdir/file.ext => file.ext   with     /\w+\.\w+$/   and am getting the entire path returned.  I am falling asleep reading the perldoc regex "intro," "tutorial," full doc, and even Jeffrey Friedl's "Maste

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-31 Thread Mark Galbreath
I have Apache 2.2 running with mod_perl 2.0.2 -> no problems.  I don't know the differences in the code base, but so far my R&D linux box at home has been a lot easier to config than Apache2.0.x + anything.   mark>>> Perrin Harkins <[EMAIL PROTECTED]> 30-Jan-06 16:30:37 PM >>> On Mon, 2006-01-30

Re: problem with fetching data in mod_perl

2006-01-31 Thread Mark Galbreath
Without seeing your code, it's pretty difficult to say.  First, I would strongly suggest you look here.  Second, it sounds like a buffer issue.   mark>>> Senthil Nathan <[EMAIL PROTECTED]> 31-Jan-06 00:53:05 AM >>> Hi All,Im using mod_perl and notice that while fetching data from a directory wher

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread Mark Galbreath
let;'s not forget about BerkeleyDB 4.4^%#$&!!) and once the LDAP module was loaded, everything started working...automagically!   mark>>> ben syverson <[EMAIL PROTECTED]> 30-Jan-06 12:49:41 PM >>> On Jan 30, 2006, at 8:10 AM, Mark Galbreath wrote:> Apache2 comes wi

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread Mark Galbreath
Apache2 comes with APR built in; you do not need to install it separately.  You are finding what a big PITA that results in.   Mark>>> ben syverson <[EMAIL PROTECTED]> 29-Jan-06 18:05 PM >>> Sorry for the cross-post, but I've recompiled everything so many  times I'm starting to lose track of real

Re: [mp2] "make test" fails: "failed to map segment fromshared object: Operation not permitted"

2006-01-20 Thread Mark Galbreath
cversion='', gccversion='3.4.5 20051201 (Red Hat 3.4.5-1)', gccosandvers='' which doesn't match the gcc they're shipping: # rpm -qa | grep gcc gcc-3.4.4-2 Looks suspicious. ____ Eamon Daly

Re: [mp2] "make test" fails: "failed to map segment from shared object: Operation not permitted"

2006-01-20 Thread Mark Galbreath
or just run it as root? >>> Joe Orton <[EMAIL PROTECTED]> 20-Jan-06 08:24:54 AM >>> On Thu, Jan 19, 2006 at 09:35:30PM -0600, Eamon Daly wrote: > 1. Problem Description: > > Hey, all. I'm trying to build mod_perl against the stock > httpd in RedHat 4ES. The build runs without issue, but > "make

Re: dumb question about mod_perl architecture

2006-01-18 Thread Mark Galbreath
I have a related question (I think). I installed ActivePerl 5.8.7 on RH Enterprise 4 and deleted the Perl 5.6 install that the installer guys at the office installed. Now, when I try to run any perl scripts I get an error about not being able to find some perl .so modules. Is there a config f

Re: -M in modperl

2006-01-12 Thread Mark Galbreath
there is no such thing as apache 2.55 >>> "LUKE" <[EMAIL PROTECTED]> 12-Jan-06 12:17 >>> linux apache 2.55 mod_perl v2.02 The file will list,but it is not sort by file's mtime in mod_perl! - Original Message - From: "LUKE" <[EMAIL PROTECTED]> To: Sent: Friday, January 13, 2006 1:0