P
Peter J. Holzer
Agreed.
I think this is a more important problem than figuring out how many
ways of programming there are and choosing the best one out of them,
I think you are looking at it the wrong way. You think that just because
Perl provides multiple ways to do something you have to explore all of
them and find out which is best. But that isn't true. You just have to
find one way. And because there are multiple ways, there is likely to be
one way which is very similar to the way you would like to solve the
problem. You don't have to think "Well, I would like to do X, but the
language doesn't let me. But I could do Y and Z and that should do the
same".
Perl is an executable brain dump.
in the sense that once such choice has been figured out in a given
context, then just package it into an API then people don't have to
worry about it in the future.
Have you looked at CPAN yet? A lot of people have packaged stuff into an
API. So you just have to worry about which API to pick
hp