SPUG: Spug CPAN

John Cokos jcokos at ccs.net
Wed Aug 16 11:47:39 CDT 2000


Just some thoughts on the CPAN module to be written ...

We kicked around a few ideas last evening, but never really
came to a final resolution on what the actual project will
be.  Seems like there were a lot of application ideas presented,
but not many actual usable module ideas.

So perhaps we could think of dividing our efforts into 2 parts
one: an appication, and two: a generic usable module.

My personal preference is a module.  My proposal is one
that I mentioned to a few people at Rock Bottom after the meeting:

a Wrapper for DBI.  I've gotten a good start on this, but it's
really a mess and needs TLC.  Anyone that's coded with DBD
can relate to it's shortcommings, and how much code it can take
to get simple things done.  The module I propose is a wrapper.

Consider: 
    Current DBI Way:
    my $SQL = qq^
        UPDATE sometable SET
           somecolumn = '$input{somevalue}',
somecolumn = '$input{somevalue}',
somecolumn = '$input{somevalue}',
somecolumn = '$input{somevalue}',
somecolumn = '$input{somevalue}',
somecolumn = '$input{somevalue}',

    ^;
========================================
  John Cokos, President / CEO: iWeb Inc.
  http://www.iwebsys.com
  jcokos at ccs.net
========================================



 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
     POST TO: spug-list at pm.org       PROBLEMS: owner-spug-list at pm.org
      Subscriptions; Email to majordomo at pm.org:  ACTION  LIST  EMAIL
  Replace ACTION by subscribe or unsubscribe, EMAIL by your Email-address
 For full traffic, use spug-list for LIST ; otherwise use spug-list-digest
  Seattle Perl Users Group (SPUG) Home Page: http://www.halcyon.com/spug/





More information about the spug-list mailing list