Re: General Perl/Web questions
- From: merlyn@xxxxxxxxxxxxxx (Randal L. Schwartz)
- Date: 28 Apr 2006 07:36:50 -0700
""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!
.
- References:
- General Perl/Web questions
- From: Steve Gross
- Re: General Perl/Web questions
- From: JupiterHost.Net
- Re: General Perl/Web questions
- From: Leonid Grinberg
- General Perl/Web questions
- Prev by Date: Re: Chomp method
- Next by Date: looping over an array of hashes
- Previous by thread: Re: General Perl/Web questions
- Next by thread: Re: General Perl/Web questions
- Index(es):