in reply to Building a Perl based business
I personally think Perl is best suited to quick and dirty custom programming. For instance, I wrote a script yesterday to merge the results from a four-part poll, remove extreme results, and tabulate votes per person and votes per item. The script took maybe an hour to write, but writing the same script in any other language would have taken significantly longer, and processing the data by hand would have taken ages. Perl to the rescue!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Building a Perl based business
by glasswalk3r (Friar) on Feb 02, 2006 at 12:11 UTC | |
|
Re^2: Building a Perl based business
by BUU (Prior) on Feb 02, 2006 at 20:40 UTC | |
|
Re^2: Building a Perl based business
by davebaker (Pilgrim) on Jan 22, 2007 at 22:35 UTC |