[Chicago-talk] Dreamweaver perl and mysql

Bell, Doug doug.bell at baml.com
Wed Jul 29 13:20:49 PDT 2015


It is possible to do this with Perl. I don't think Alan was saying otherwise. Catalyst is just one way to try to ease development and maintenance of web application. Mojolicious is another (and the one I use, because it seems to be simpler to write small things with). Dancer is another, and in my opinion, more comparable to Mojolicious.

To connect to MySQL in all of these cases, or any other case you might try, you'll use the DBI module, which interfaces with most SQL databases. Any Perl you write can use DBI.


From: Chicago-talk [mailto:chicago-talk-bounces+doug.bell=baml.com at pm.org] On Behalf Of Richard Reina
Sent: Wednesday, July 29, 2015 3:15 PM
To: Chicago.pm chatter
Subject: Re: [Chicago-talk] Dreamweaver perl and mysql

Wow just took a look at catalyst. Seems easier to just stick with Dreamweaver and access my MySQL tables with php -- if you are saying I can't do so with perl.


2015-07-29 12:52 GMT-05:00 Alan Mead <amead2 at alanmead.org<mailto:amead2 at alanmead.org>>:
Richard,

You'll need to learn enough HTML to transform your Dreamweaver output files into templates. There are many ways to do this but you probably want a framework like Mojolicious or Catalyst.  I see that the Catalyst tutorial includes the kind of website you want to build (as "CRUD"):

https://metacpan.org/pod/Catalyst::Manual::Tutorial
https://metacpan.org/pod/Catalyst::Manual::Tutorial::04_BasicCRUD

I'm also sure you could do this using Mojolicious.  But, again, you're SOL unless you're willing to learn how to work with these technologies.

-Alan



On 7/29/2015 11:55 AM, Richard Reina wrote:
I do not know HTML. I have created a website with dreamweaver that mostly just looks pretty and and jumps to different pages on a site. I have also written a database app with perl->MySQL that users on a small LAN can use to enter and query data. However, it is displayed on linux consoles using rudimentary menu apps based on curses. I would like to create a website that would allow users to enter and query data from MySQL databases and carry out functions such as updating users via email when changes are made. Since I don't know HTML or Apache can I just use dreamweaver and somehow enter perl code to talk to MySQL? Or is there a better and easier way for me to go about this?
Thanks for any ideas.
Richard


_______________________________________________

Chicago-talk mailing list

Chicago-talk at pm.org<mailto:Chicago-talk at pm.org>

http://mail.pm.org/mailman/listinfo/chicago-talk



--



Alan D. Mead, Ph.D.

President, Talent Algorithms Inc.



science + technology = better workers



+815.588.3846 (Office)

+267.334.4143 (Mobile)



http://www.alanmead.org



Announcing the Journal of Computerized Adaptive Testing (JCAT), a

peer-reviewed electronic journal designed to advance the science and

practice of computerized adaptive testing: http://www.iacat.org/jcat

_______________________________________________
Chicago-talk mailing list
Chicago-talk at pm.org<mailto:Chicago-talk at pm.org>
http://mail.pm.org/mailman/listinfo/chicago-talk

----------------------------------------------------------------------
This message, and any attachments, is for the intended recipient(s) only, may contain information that is privileged, confidential and/or proprietary and subject to important terms and conditions available at http://www.bankofamerica.com/emaildisclaimer.   If you are not the intended recipient, please delete this message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/chicago-talk/attachments/20150729/3e28356b/attachment-0001.html>


More information about the Chicago-talk mailing list