in reply to Re^2: PHP to PERL ?
in thread PHP to PERL ?

I'm not sure how vague to make my answer, but Template-Toolkit comes with a plugin for XML::RSS, it's straightforward to "call code from a separate file" (see Simple Module Tutorial or Including files or even Writing Modules for CPAN), and there's different ways to store your SQL in another file (e.g. database abstraction layers like Class::DBI or DBIx::Class...also see A brief survey of the DBI usability layer modules on the CPAN, or straight SQL storage like SQL::Catalog).

Replies are listed 'Best First'.
Re^4: PHP to PERL ?
by Anonymous Monk on Dec 28, 2005 at 00:02 UTC
    Not being an extremely experienced programmer, I think I was asking the question wrong lol. From various replies, it looks to me I was actually looking for more than one answer. Part of what I need seems to in the templates, some seems to be just calling code, but from a file, and some from other ares. The replies I got though are pointing me in the right direction though, now I need to go do some reading in the various different manuals. Thanks everybody, God bless.