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.
Feedback (Score:1)
No contest:
column_names.Definitely no rewinding magic. In fact, I wouldn’t even include a
column_names_from_linesugar method, because all it does is save five keystrokes on a rare operation for the price of concealing how that works. And that’s the only reason users might forget about having to call that method first thing.If you just tell them that they need to set up the column names manually (and here’s an easy way to take them from the first line of the file), then it’s p
Re:Feedback (Score:1)
Reply to This
Parent