Timestamp Post Voter Comment Reputation
Re: Using hash and grep to handle arrays d5e5 Good advice. +2
Perl Training Booklet d5e5 Looks handy. I'm always looking up syntax for variable references. +2
Re: Perl program to print out 10 characters of a start codon d5e5 Looks good to me. +2
Re: How to incorporate adhoc scores in a perl script? d5e5 "For The Win"? Please don't litter. -0
Re: regular expression needed d5e5 Excellent advice. Your suggestion saves work in the long run. +2
Re: regular expression needed d5e5 Two ways for the price of one :) +2
Re: Python finding word in a line d5e5 Thanks for the tips! +2
Re: Order Table by X but keep ID? d5e5 Well put. +2
Re: RegularExpression => Graphing Data d5e5 Excellent critique. +2
Re: Hex to binary conversion and coding d5e5 That's a better one than what I could find. I was struggling with how to put the leading zeros. +2
Re: How to open a web page using perl scripts d5e5 Great advice! +2
Re: Processing a XML file with a perl script d5e5 Well done. +2
Amazon Kindle 3: better than the iPad? d5e5 My wife wants to get me a Kindle for Christmas and the iPad is too expensive so this helps us. +2
Re: modules and instances comparision d5e5 Thanks for attaching sample files, explaining progress, and marking it solved. +2
Re: Current time based select query d5e5 Good simple example of CASE syntax that does allow BETWEEN condition. +1
Re: Read the file and store in hash using perl d5e5 The OP's question seemed unclear to me. But good guess and good demo of AoH. +1
Re: first 10 even numbers d5e5 Well put. +1
Re: Generating unique id for users d5e5 Excellent point about non-meaningful primary key as a fail-safe. +1
Re: regex for unwanted characters @#!? d5e5 Good catch. I guess literals are objects too, or at least they have methods. +1
Re: __END__ in PERL syntax d5e5 Good explanation. +1
Re: hex value instead of string d5e5 Nice regex. +1
Re: using the "use Mysql" command d5e5 Good example of connect and query. Worked for me. +1
Re: Example Sentences From New Vocab d5e5 Didn't think of BOM. Good call, +1
Re: how to get value of print command d5e5 Good explanation +1
Re: Subtracting time: Need AM and PM d5e5 Nicely done. +1
Re: How do I create a Python Dictionary which is named by a variable? d5e5 Well put. A blogger somewhere says don't create variable names at run-time in Python (dictionaries make that unnecessary) but I didn't know how to explain it so nicely. +1
Re: Checking arguments command line - problem d5e5 Good tip on checking for too many hyphens +1
Re: format d5e5 Interesting alternative solution using Regex. +1
Re: How to get the length d5e5 Good supplemental info. After reading your answer I see mine had an unnecessary step. +1
Remove Duplicate Lines from a File d5e5 I was looking for an example of using inplace editing without having to put the filename on the command line and there it was: local anonymous block and local @ARGV. Thanks. +1

The End.