First Steps Perl DB programming (was: first steps - read from files and make linklist)

Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default First Steps Perl DB programming (was: Re: first steps - read from files and make linklist)


    > Hello list,
    > I am as well a beginner to Perl and am currently working my way through
    > the LLama and I have also purchased the Camel and am looking through it.
    > My goal is to be able to do some programming for a MySQL database that I
    > am in charge of running. Any help along with the previous message would
    > be great.
    >
    Your question, other than context, is really completely different. In
    general the canned response of,

    "You will want to become familar with the DBI module available from
    CPAN. It is a generic Perl interface that uses engine specific drivers
    to control any of numerous types of engines, MySQL being one of those."

    Should get you most of the way there, assuming you then go and read the
    documentation for DBI. ORA also has a book "Programming the Perl DBI"
    that is excellent coverage of the material if you are into the whole
    book thing.

    [url]http://search.cpan.org/~timb/DBI-1.39/DBI.pm[/url]

    [url]http://danconia.org[/url]
    Wiggins D Anconia Guest

  2. Similar Questions and Discussions

    1. CFC first steps
      hello eveybody. I'm making my firsts steps into flex. I want to make an app that retrieves a single data from a cfc file and puts the result in a...
    2. what are currently exact BEST steps to get pdf files?
      have a cmyk 13"w x 11"h indesign CS file from which i need a cmyk pdf file. files are color managed (SWOP) the whole way thru. in distiller, i set up...
    3. first steps - read from files and make linklist
      Hello list, I am trying to write my very own first "useful" program and I am in need of some help. I do have a lot of ressources (a book by...
    4. first steps with perl, a log reader
      Hi all This is my first time on this mailing list, so i'll start with a Hello (world) :) I have a prob with my first script (i have read...
    5. First steps?
      Hi All, Please can someone, who also started stone cold new, advise me the easiest and cheapest option to learning PERL. Buying books and what...
  3. #2

    Default Re: First Steps Perl DB programming (was: Re: first steps - read from files and make linklist)

    Sorry for being off topic. I am slowly trying to learn the basics and
    then eventually move over to the work on the SQL side of things. Thanks
    for the idea for the book, I'll look into that along with the
    documentation.

    On Wed, 3 Dec 2003 13:01:54 -0700, Wiggins D Anconia
    <wiggins@danconia.org> wrote:
    >
    >
    >> Hello list,
    >> I am as well a beginner to Perl and am currently working my way through
    >> the LLama and I have also purchased the Camel and am looking through it.
    >> My goal is to be able to do some programming for a MySQL database that I
    >> am in charge of running. Any help along with the previous message would
    >> be great.
    >>
    >
    > Your question, other than context, is really completely different. In
    > general the canned response of,
    >
    > "You will want to become familar with the DBI module available from
    > CPAN. It is a generic Perl interface that uses engine specific drivers
    > to control any of numerous types of engines, MySQL being one of those."
    >
    > Should get you most of the way there, assuming you then go and read the
    > documentation for DBI. ORA also has a book "Programming the Perl DBI"
    > that is excellent coverage of the material if you are into the whole
    > book thing.
    >
    > [url]http://search.cpan.org/~timb/DBI-1.39/DBI.pm[/url]
    >
    > [url]http://danconia.org[/url]


    --
    Using M2, Opera's revolutionary e-mail client: [url]http://www.opera.com/m2/[/url]
    Jonathan Jesse Guest

  4. #3

    Default Re: First Steps Perl DB programming (was: Re: first steps - read from files and make linklist)

    Jonathan Jesse wrote:
    > Sorry for being off topic. I am slowly trying to learn the basics and
    > then eventually move over to the work on the SQL side of things. Thanks
    > for the idea for the book, I'll look into that along with the
    > documentation.
    Very good strategy. One study at a time. Learning perl from a basics-first
    approach will put you in a much stoinger position when you get to applying your
    skills.

    Joseph


    R. Joseph Newton Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139