in reply to UTFM - Use the Friendly Modules
I just don't understand the fear associated with using a module. the alternative is much scarier to me. decode CGI variables? parse HTML?
Scarier to you because you know better by now. Try looking at this from a complete Perl novice's position. They see basically two options:
For most tasks (especially param or HTML parsing) using a module is by far the better choice. Convincing someone of this is the hard part. To the uninitiated, your image tag example seems pretty simple, why would they need a module for it?
Obviously you can't spend an hour discussing the various flaws in a regex with every monk that comes along. If they choose to ignore your advice in the first place that's up to them. They'll either eventually get tired of fixing buggy code and use modules, or they'll continue to write buggy code and won't be any competition in the job market ;-).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: UTFM - Use the Friendly Modules
by fuzzyping (Chaplain) on Mar 09, 2002 at 12:37 UTC |