How to setup an application properly ??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • R. de Laat

    How to setup an application properly ??

    Hi there,


    I recently started writing perl and i like it more and more.
    Syntax is something you can easily learn from a book and then just do
    it. You will get better as you go.

    But i seem to get stuck on the best way to setup an application.
    I've read about the perl modules and how to write your own.
    Does one write a lot of modules and call them from the main.pl or should
    i create one big main.pl. Do i work with "require" or "do" etc or should
    i not (and why??)?

    Is there a good book / website/ manual on how to do a proper setup of an
    application?
    I don't mean to receive a ready to go answer from you guys and galls but
    can't seem to find any documentation on the subject..... Please point me
    in the right direction here.

    To give some more details: Most of my scripts / applications are used in
    my Oracle DBA job. So lots of small scripts checking rdbms related
    things. Lots of logfiles to parse, etc.

    Any help is welcome !!


    Regards,

    Robert
  • Ton 't Lam

    #2
    Re: How to setup an application properly ??

    R. de Laat wrote:[color=blue]
    > Hi there,
    >
    >
    > I recently started writing perl and i like it more and more.
    > Syntax is something you can easily learn from a book and then just do
    > it. You will get better as you go.
    >
    > But i seem to get stuck on the best way to setup an application.
    > I've read about the perl modules and how to write your own.
    > Does one write a lot of modules and call them from the main.pl or should
    > i create one big main.pl. Do i work with "require" or "do" etc or should
    > i not (and why??)?
    >
    > Is there a good book / website/ manual on how to do a proper setup of an
    > application?
    > I don't mean to receive a ready to go answer from you guys and galls but
    > can't seem to find any documentation on the subject..... Please point me
    > in the right direction here.
    >
    > To give some more details: Most of my scripts / applications are used in
    > my Oracle DBA job. So lots of small scripts checking rdbms related
    > things. Lots of logfiles to parse, etc.
    >
    > Any help is welcome !!
    >
    >
    > Regards,
    >
    > Robert[/color]


    Check

    The Elements of Programming with Perl,
    Concepts, skill and practices of effective programming,
    Andrew L. Johnson,
    ISBN 1-884777-80-5

    ---
    Best Regards,
    Ton

    Comment

    Working...