Home > Archive > PERL Beginners > March 2004 > Project Advice Wanted
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Project Advice Wanted
|
|
| Steve Gross 2004-03-30, 11:33 am |
| I'm at the start of a medium-sized trouble-ticket project that I want to
write in Perl. This project will have a front-end web interface, Perl for
the CGI and a database in the back end. It will live in the Windows domain.
I'm looking for general advice on these topics:
1) Any good Perl/other tool to create screens/web pages?
2) any recommended database interfaces? I've use ODBC and would like to
make it general enough to handle a wide variety of conventional databases -
SQL Server, Access, Oracle, MySQL.
3) Any Perl code template systems out there?
Thanks,
Steve
________________________________________
____
Steve Gross Tel: (973) 586-8722 x249
IT Manager Fax: (973) 586-0450
Fette America, Inc.
| |
| Chance Ervin 2004-03-30, 12:32 pm |
| Save yourself a lot of headache, and use RT:
http://www.bestpractical.com
--
-----------------------------
InteleNet Communications Inc. "Help me help you."
Chance Ervin - SCSA -- Jerry Maguire
Oracle Certified Professional
Operations Supervisor
----- Original Message -----
From: "Steve Gross" <sgross@fetteamerica.com>
To: <beginners@perl.org>
Sent: Tuesday, March 30, 2004 7:59 AM
Subject: Project Advice Wanted
> I'm at the start of a medium-sized trouble-ticket project that I want to
> write in Perl. This project will have a front-end web interface, Perl for
> the CGI and a database in the back end. It will live in the Windows
domain.
> I'm looking for general advice on these topics:
> 1) Any good Perl/other tool to create screens/web pages?
> 2) any recommended database interfaces? I've use ODBC and would like
to
> make it general enough to handle a wide variety of conventional
databases -
> SQL Server, Access, Oracle, MySQL.
> 3) Any Perl code template systems out there?
>
> Thanks,
>
> Steve
> ________________________________________
____
> Steve Gross Tel: (973) 586-8722 x249
> IT Manager Fax: (973) 586-0450
> Fette America, Inc.
>
>
| |
| Marcos Rebelo 2004-03-30, 12:32 pm |
| 1) Now the problem is to chose. ASP, PHP, Pyton, ...
2) If you consider to be free from OS use the DBD/DBI for DB. There is
already installed module in Win32 package for ODBC if you just need Windows.
3) In the Template area I use HTML::Template.
Marcos
-----Original Message-----
From: Steve Gross [mailto:sgross@fetteamerica.com]
Sent: Tuesday, March 30, 2004 6:00 PM
To: 'beginners@perl.org'
Subject: Project Advice Wanted
I'm at the start of a medium-sized trouble-ticket project that I want to
write in Perl. This project will have a front-end web interface, Perl for
the CGI and a database in the back end. It will live in the Windows domain.
I'm looking for general advice on these topics:
1) Any good Perl/other tool to create screens/web pages?
2) any recommended database interfaces? I've use ODBC and would like to
make it general enough to handle a wide variety of conventional databases -
SQL Server, Access, Oracle, MySQL.
3) Any Perl code template systems out there?
Thanks,
Steve
________________________________________
____
Steve Gross Tel: (973) 586-8722 x249
IT Manager Fax: (973) 586-0450
Fette America, Inc.
| |
| Chance Ervin 2004-03-30, 12:33 pm |
| Save yourself a lot of headache, and use RT:
http://www.bestpractical.com
--
-----------------------------
InteleNet Communications Inc. "Help me help you."
Chance Ervin - SCSA -- Jerry Maguire
Oracle Certified Professional
Operations Supervisor
----- Original Message -----
From: "Steve Gross" <sgross@fetteamerica.com>
To: <beginners@perl.org>
Sent: Tuesday, March 30, 2004 7:59 AM
Subject: Project Advice Wanted
> I'm at the start of a medium-sized trouble-ticket project that I want to
> write in Perl. This project will have a front-end web interface, Perl for
> the CGI and a database in the back end. It will live in the Windows
domain.
> I'm looking for general advice on these topics:
> 1) Any good Perl/other tool to create screens/web pages?
> 2) any recommended database interfaces? I've use ODBC and would like
to
> make it general enough to handle a wide variety of conventional
databases -
> SQL Server, Access, Oracle, MySQL.
> 3) Any Perl code template systems out there?
>
> Thanks,
>
> Steve
> ________________________________________
____
> Steve Gross Tel: (973) 586-8722 x249
> IT Manager Fax: (973) 586-0450
> Fette America, Inc.
>
>
| |
| Daniel Staal 2004-03-30, 12:33 pm |
| --As of Tuesday, March 30, 2004 10:59 AM -0500, Steve Gross is alleged to
have said:
> 1) Any good Perl/other tool to create screens/web pages?
> 2) any recommended database interfaces? I've use ODBC and would like
> to make it general enough to handle a wide variety of conventional
> databases - SQL Server, Access, Oracle, MySQL.
> 3) Any Perl code template systems out there?
--As for the rest, it is mine.
I see you developing a close friendship with
http://search.cpan.org/ in your near future...
1) Sure. Check out HTML::Template, HTML::Stream, and generally the rest of
the the HTML::* modules.
2) You want the DBI module, and its assorted submodules...
3) I think you are looking for HTML::Template here, but otherwise there is
Text::Template, ZM::Template, Apache::Template...
Check out http://search.cpan.org/ for more details on all of the above
modules. ;-)
Daniel T. Staal
---------------------------------------------------------------
This email copyright the author. Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes. This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---------------------------------------------------------------
|
|
|
|
|