NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
My tools (Score:2)
I wouldn't have ordinarily considered the terminal a tool; to me it's more like air. Gotta have it to work. :)
I'm kind of surprised to think of what I would list as my most important tools today. If you'd told me this a few years back I never would have guessed it.
Just for fun, I typed:
on the system I use most and found the following (excerpted):It was interesting to me, at any rate. vi is vim, of course. I wasn't surprised to see it and cvs come out on top.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Reply to This
Re:My tools (Score:1)
cat .bash_history|perl -ne 'm/^[a-z]+/&&$_{$&}++&&$t++}for(sort{$_{$a}$_{$b}}keys%_){$c++;print sprintf"$_\t$_{$_}\t%2.2f%\n",($_{$_}*100/$t)'Re:My tools (Score:1)
Man... did I really do that?
Re:My tools (Score:1)
Re:My tools (Score:2)
Heh. Mostly for reporting my todo list and status to my boss. :) But also as an output format for my users and stuff like that. To be honest, I don't personally use them for much that could be described as technical.
Reviewing my tool list, it also doesn't show the large usage of Oracle.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers