Re: General Perl/Web questions



""Leonid" == "Leonid Grinberg" <lgrinberg@xxxxxxxxx> writes:

"Leonid> Yeah, what that would pretty much mean is that you will make a file
"Leonid> called, say, CommonFuncts.pm and then in each Perl script say

"Leonid> use CommonFuncts;

That's a really bad package name. You're bundling things not because
of what they do, but by how they are used. That's not reusable.

To take a step in the right direction, the next step after handrolled CGI
scripts is a good web framework, such as Catalyst.

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@xxxxxxxxxxxxxx> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
.